2009/8/5 BrochesterL <[email protected]>: > > I have been trying and trying to have more than a single request in an > application at the same time, basicly i would like to have multiple > outputs in a select fashion so i can connect clients together. > > i would really like an example as I am finding no resources on the > subject and cannot find any reference in the apache portable runtime > docs. I am using embedded mode, with mpm threading, one interpreter > and have an entrypoint clientConnect to a wsgi script in my config > file. > > but only one request is made at a time so no matter how many sockets I > open and connect to the apache2.2 server i get a single runtime for > each. how can i achieve multiple file handles or alike passed to my > wsgi application?
What client are you using to test this that gives you impression that only one request handled at a time? Have you applied any of the debugging techniques in: http://code.google.com/p/modwsgi/wiki/DebuggingTechniques to get logging at start and end of request to verify whether concurrent requests happening? Does the answer to your other question help at all, as what you are asking for above is a bit confusing? Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
