Other News

Community

Wait Handles

(Jim Mischel) With the exception of interlocked operations, the synchronization primitives we’ve discussed to this point are native to .NET, and work only within a single application domain. Monitor and ReaderWriterLock are simple and effective, and in most .NET programs make up the majority of the

Community

Database replication lag

(Dries Buytaert) As explained in an earlier blog post, we recently started using MySQL master-slave replication on drupal.org in order to provide the scalability necessary to accommodate our growing demands. With one or more replicas of our database, we can instruct Drupal to distribute or load bala

Community

Write custom trace files in TSQL

(Tim Chapman) SQL Server 2005’s default trace is great for monitoring system information and for finding out what happened on your server after problems occur. However, there are times when the events that the default captures are not what you need. Here are instructions for how you can create your