"John" <[EMAIL PROTECTED]> writes: > I am pretty sure I am missing something silly here, but Cherrypy will > not do two things at the same time for me.
What is the value of your server.thread_pool? :-) > 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? As in the archives and I believe the wiki, set your server.thread_pool to a value higher than 1. It is also in the configuration file (at least for the SVN version). -- Jorge Godoy <[EMAIL PROTECTED]>

