Hi,

I'm making a python websocket server application, I took a look at the
example and already have a proof of concept running.

If I understand correctly each worker holds one websocket, so how to send a
message from one worker to another? Is that possible?

I'm currently using redis as a backend, so one worker receives the message
from redis and then it would need to redirect to the correct socket back to
the client.

Any thoughts?

Avraham
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to