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? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
