Other News

Community

Changing masters

(Jay Janssen) MySQL replication is cool. Almost everyone, when asked what they like best about MySQL, will mention replication. There can be no doubt that many web companies, Yahoo included, owes much to MySQL replication. How else can you scale the reading capacity of your database so easily?

Community

XLINQ Introduction Part 3 Of 3

(Sacha Barber) .NET 3.0 has now been released, so we should all know it by now shouldn’t we. Jeez, doesn’t seem like that long ago that .NET 2.0 came along. Well for those that dont realize .NET 3.0 actually contains quite a lot of new stuff, such as : –Windows Workflow Foundation (WWF) : Managi

Community

Handling Messages in Console Apps

(Stephen Toub) I’m using a Win32 API through P/Invoke. The API supports asynchronous operations and provides a callback mechanism that notifies me when the operation has completed. However, unlike other APIs I’ve dealt with that provide similar functionality, this API doesn’t accept a function poin