On 20 April 2010 03:16, TheIvIaxx <[email protected]> wrote:
> Sorry if this was already mentioned, but is there any info on using
> web sockets with mod_wsgi?  Google had released a pywebsockets app for
> mod_python http://code.google.com/p/pywebsocket/ .  If this is already
> possible with mod_wsgi, can someone point me in the right direction?

Obviously someones 20% time project in Google.

Really don't understand why they would want to bind it to mod_python.
The way they hook it into mod_python is even questionable as they hook
into the header parser phase when I cant see any good reason why this
couldn't have been done in more conventional ways.

Anyway, it is really hard to tell as there is zero documentation in
their wiki about what it is all about and how to use it.

I would perhaps suggest you log an enhancement request in their issue
tracker to provide a WSGI compliant solution. You don't even have to
mention mod_wsgi as that is just one WSGI implementation and what they
provide should work on any WSGI hosting mechanism.

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.

Reply via email to