Harry,

Now, as far as I can tell, the assumption in the examples is that your
> worker will be tied up in a while True: loop handling requests, right?  so
> the next thing i have to think about is the concurrency model...  am taking
> a look at https://github.com/unbit/uwsgi/blob/master/tests/
> websockets_chat_async.py.


That is correct. We use code modeled off of that same example and so far it
has worked very well.

Also good find with your loadbalancer issue. Almost every time I had a
problem with websockets it seems to have ended up being the loadbalancer.

Best of luck,
-Andrew


Andrew Fischer
Apastron Co
903 1st ST N Hopkins, MN
952-373-1024
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to