Nick Jennings
unread,Jul 8, 2012, 6:34:13 PM7/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
Hi All,
I know this isn't 100% related to tornado, but I figured someone
(many of you?) here has had to run into this
I want to run more than one websocket instance on a single server, I
*thought* I could do this with nginx, but realized late in the game
that it did not support websockets yet. So I'm forced to have the
client side (a flash app) connect directly to a port number of a
single instance. This obviously is not ideal, and although right now
we are still just in development, so it's not a huge problem, once we
want others to use this web-app we're going to have to deal with
firewall issues not to mention scaling due to not being able to proxy
over several instances / servers.
So is there any proxy out there that currently supports websockets?
What about someone like Amazon AWS? Do they have a proxy service which
supports it?
I'd like to avoid going back to Apache, since I would assume It's
going to effect performance. Likewise I heard there was some hack to
older versions of nginx to get it working, but I would like to avoid
that unless there are no other options.
Any words of advice from someone who's been through this would be very helpful.
Cheers
Nick