On Fri, Oct 15, 2010 at 11:22 AM, chris <[email protected]> wrote: >> But what if I want it to serve one client, go to another and then go back. >> How does that work?
You do some I/O multi-plexing or multi-processing/threading. You might want to do some reading on this. cheers James -- -- James Mills -- -- "Problems are solved by method" _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
