[Klone-users] threading

Robert Finking finking at ntlworld.com
Thu Nov 1 15:19:51 EDT 2007


Hi,

Is it possible to configure the server to be single threaded? I wrote a 
simple page with a static int in it and incremented it on each view. In 
the browser the value displayed went 0, 1, 2, 3, 4, 0 ,5, 1, 6, 2, 7 
etc. which I guess means separate threads are running.

My plan is to use the server as the front end to an event driven 
application, so spawning separate threads each time will mean having to 
have the entire app run in another separate thread and then communicate 
with the webserver over sockets or something, which I'd like to avoid if 
poss.

So, is it possible to run the server single threaded? Alternatively do 
you have other ways around this?

Thanks again for your rapid response to my previous question.

Regards

Robert Finking



More information about the klone-users mailing list