Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Setup multiple Tornado servers handling different pages
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mrtn  
View profile  
 More options Sep 19 2012, 4:41 pm
From: mrtn <mrtnl...@gmail.com>
Date: Wed, 19 Sep 2012 13:41:24 -0700 (PDT)
Local: Wed, Sep 19 2012 4:41 pm
Subject: Setup multiple Tornado servers handling different pages

I want to setup two Tornado servers for the same app: one handles requests
to a few URLs as well as WebSockets messagings, and the other handles
requests to all other specified URLs.

I know I can put all the handlers inside a single Tornado server instance.
However, I choose the above because I want the server doing WebSockets
communications handles as few page requests as possible, and offload all
other page requests to the other server.

Is this possible? If so, how should I do it?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.