Bryce Boe

The Adventures of a UCSB Computer Science Ph.D. Student

Skip to: Content | Sidebar | Footer

Month: August, 2010

Python Multiprocessing and KeyboardInterrupt

26 August, 2010 (01:28) | General | By: Bryce Boe

Update 2011/02/03: Added commentary regarding Georges’s comment about this stackoverflow thread. Update 2011/01/28: There is an issue with this code when passing large objects through the queue. While the code listed below will work in most situations, consider using sentinels to indicate the end of jobs in your queue rather than relying on the Queue.Empty [...]

Switched Web Servers

11 August, 2010 (15:03) | General | By: Bryce Boe

Buz’s and my previous web hosting recently expired and thus on Sunday I moved all our stuff over to our new server hosted with WebFaction which I’ve thus far been incredibly happy with. While I was previously used to working with cpanel, their more advanced interface produces a much cleaner directory layout which I greatly [...]