Hi, I am pretty sure I am missing something silly here, but Cherrypy will not do two things at the same time for me. What do I mean with this? When running a process that would take any amount of time greater than a couple of ms (say, doing some imaging processing w/ PIL or waiting for the results of a query), if cherrypy is hit w/ another request, it won't process it until is done w/ the first one. How do I fix this? Thanks,
-John.

