I am running a simple web.py application. It seems that multiple clients accessing the same url are serialized where as if multiple clients access different urls their requests are processed concurrently. What is the logic behind this? Is there any way to alter this behavior? One might prefer to concurrently process as many requests as possible (regardless of the URL)
Cheers Behrang --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
