Iam using modwsgi express to load a python script which is actually a simplehttpserver listening on Port 8051. The intent of this program is to offload dynamic image sizing and sending back the content-type as image/jpeg and respond with image. However because I needed to run make_server command on port 8051,i need to send all my request with http:localhost:8051/images/img1.jpg
Now this is single threaded and all is queued irrespective of what process and thread parameters I configure. Is there any alternative options? -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
