[0:59]<ashb> wow oh wow [0:59]<ashb> Note SIGINT is not supported for any Win32 application, including Windows 98/Me and Windows NT/2000/XP. When a CTRL+C interrupt occurs, Win32 operating systems generate a new thread to specifically handle that interrupt. This can cause a single-thread application such as UNIX, to become multithreaded, resulting in unexpected behavior. [5:14]<inimino> .oO("a single-thread application such as UNIX"?) [5:47]<jammi> did that come from a microsoft source? [13:53]<ashb> jammi: MSDN [22:59]<Dantman> Tch, I was writing a simple api in php to interact with a sqlite database meant for powerDNS... Then I find out that the Sqlite drivers for PHP are SHIT [23:02]<Dantman> Time to pick a different language for this app [23:15]<Dantman> Screw it, plain python cgi [23:29]<MisterN> Dantman: why not use monkeyscript? [23:30]<Dantman> No JSGI yet [23:30]<Dantman> And I don't have a sqlite module [23:31]<Dantman> I just need a language with decent sqlite, json support, and is easy to connect to a webserver [23:31]<Dantman> Don't want to bother with wsgi so I'm just doing cgi [23:32]<Dantman> 85% of my code is going to be in the client side js, so it doesn't matter much what I use [23:34]<MisterN> Dantman: flusspferd has a sqlite module, and juice provides jsgi, i think [23:37]<MisterN> Dantman: http://flusspferd.org/docs/js/bundled%20modules/sqlite3.html