Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Tornado Web Server
Conversations
About
Tornado Web Server
1–30 of 3495
Mark all as read
Report abusive group
0 selected
JohnMudd
, …
Japhy Bartlett
9
Feb 9
Can a Tornado HTTP server also be a Tornado websocket client?
Hey Sandy - The thread you found is pretty dated, you'd probably have the best luck starting over
unread,
Can a Tornado HTTP server also be a Tornado websocket client?
Hey Sandy - The thread you found is pretty dated, you'd probably have the best luck starting over
Feb 9
Josiah Ulfers
,
Ben Darnell
5
12/15/22
Incomplete reads from PipeIOStream
For anyone else still migrating apps off Python 2, the workaround I posted earlier in this thread is
unread,
Incomplete reads from PipeIOStream
For anyone else still migrating apps off Python 2, the workaround I posted earlier in this thread is
12/15/22
Ben Anderson
12/14/22
Solution to tornados
Hi, I am new to this group. My name is Ben, but you can call me anything you like. I am a self-made
unread,
Solution to tornados
Hi, I am new to this group. My name is Ben, but you can call me anything you like. I am a self-made
12/14/22
Josiah Ulfers
9/19/22
Reporting mid-stream errors to client with chunked Transfer-Encoding
Is there a recommended way of informing the client if an error happens at the server after writing
unread,
Reporting mid-stream errors to client with chunked Transfer-Encoding
Is there a recommended way of informing the client if an error happens at the server after writing
9/19/22
dinesh verma
,
Ben Darnell
2
7/10/22
Tornado Httpclient tcp connect left in established state
I don't think there are any known issues like this, but it could be related to something we'
unread,
Tornado Httpclient tcp connect left in established state
I don't think there are any known issues like this, but it could be related to something we'
7/10/22
Ben Darnell
7/3/22
Announcing Tornado 6.2
I am pleased to announce the final release of Tornado 6.2. This release is primarily about adapting
unread,
Announcing Tornado 6.2
I am pleased to announce the final release of Tornado 6.2. This release is primarily about adapting
7/3/22
Ben Darnell
2
6/18/22
Announcing Tornado 6.2b1
A second beta release of Tornado 6.2 is now available. This release updates documentation to say that
unread,
Announcing Tornado 6.2b1
A second beta release of Tornado 6.2 is now available. This release updates documentation to say that
6/18/22
Mauricio Cifuentes
5/23/22
Allow current user to have access to specific routes
I am trying to avoid logged user have access to URL routes that are not assigned to them. The logic
unread,
Allow current user to have access to specific routes
I am trying to avoid logged user have access to URL routes that are not assigned to them. The logic
5/23/22
Ben Darnell
,
Adrian
2
5/17/22
Re: [tornado] AsyncHTTPClient: NULL byte in POST body?
Hey Ben, I deleted this thread because I solved it in the end. Further debugging revealed no such
unread,
Re: [tornado] AsyncHTTPClient: NULL byte in POST body?
Hey Ben, I deleted this thread because I solved it in the end. Further debugging revealed no such
5/17/22
Shailesh Yadav
4/1/22
How to serve static file separately by creating handler in another folder.
I am new to tornado web framework. I have below code. self.application = tornado.web.Application(self
unread,
How to serve static file separately by creating handler in another folder.
I am new to tornado web framework. I have below code. self.application = tornado.web.Application(self
4/1/22
David Arken
,
Ben Darnell
2
2/13/22
SSE in Tornado
There's a very old example in this PR, and the comments have links to some other implementations
unread,
SSE in Tornado
There's a very old example in this PR, and the comments have links to some other implementations
2/13/22
Rajdeep Rath
,
Ben Darnell
2
1/27/22
How many http requests can tornado handle.
It's been a while since I tested this, but last time I measured a basic "hello world"
unread,
How many http requests can tornado handle.
It's been a while since I tested this, but last time I measured a basic "hello world"
1/27/22
Ram
,
Ben Darnell
2
10/4/21
Dynamic SSL certificate change question
I haven't tried this myself but I believe the way to do it is to keep a reference to the
unread,
Dynamic SSL certificate change question
I haven't tried this myself but I believe the way to do it is to keep a reference to the
10/4/21
Fiorella Zampetti
9/20/21
Help Needed :-)
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
unread,
Help Needed :-)
Hello, We're a team of Software Engineering researchers investigating technical debt. Technical
9/20/21
gef...@gmail.com
9/20/21
self.render takes a lot of time
Hello, I have a simple search form where a user enters an id, I issue a request to a backend service,
unread,
self.render takes a lot of time
Hello, I have a simple search form where a user enters an id, I issue a request to a backend service,
9/20/21
Rajdeep Rath
6/13/21
Thank you note
I would like to thank everyone involved in this project. After some comparisons I was able to see how
unread,
Thank you note
I would like to thank everyone involved in this project. After some comparisons I was able to see how
6/13/21
Rajdeep Rath
,
Ben Darnell
3
3/29/21
Uploading large files to google drive or Dropbox
Thank you. I will try and see👍 On Sat, 27 Mar, 2021, 2:07 am Ben Darnell, <b...@bendarnell.com>
unread,
Uploading large files to google drive or Dropbox
Thank you. I will try and see👍 On Sat, 27 Mar, 2021, 2:07 am Ben Darnell, <b...@bendarnell.com>
3/29/21
Rajdeep Rath
,
Ben Darnell
4
3/26/21
dynamically building URL patterns list
FYI I figured this out on my own, thanks. On Sun, 7 Feb 2021 at 7:31 AM, Ben Darnell <ben@
unread,
dynamically building URL patterns list
FYI I figured this out on my own, thanks. On Sun, 7 Feb 2021 at 7:31 AM, Ben Darnell <ben@
3/26/21
Jim Simon
,
Ben Darnell
2
3/20/21
is there a example to implement IOStream.read_until_close(streaming_callback)
You'll need to use read_bytes(n, partial=True) in place of read_until_close(streaming_callback=..
unread,
is there a example to implement IOStream.read_until_close(streaming_callback)
You'll need to use read_bytes(n, partial=True) in place of read_until_close(streaming_callback=..
3/20/21
Ashutosh Kumar
,
nikh...@gmail.com
2
3/12/21
How to get swagger UI with Tornado
Hi, this is working for me, just getting started though: https://github.com/Cluas/tornado-rest-
unread,
How to get swagger UI with Tornado
Hi, this is working for me, just getting started though: https://github.com/Cluas/tornado-rest-
3/12/21
Japko
,
Ben Darnell
3
3/9/21
How to set web ip to another
Hi, Thanks for response! I've changed call: self.http_server.listen(port_number) with: self.
unread,
How to set web ip to another
Hi, Thanks for response! I've changed call: self.http_server.listen(port_number) with: self.
3/9/21
daves...@gmail.com
, …
Ben Darnell
3
2/28/21
Does a RequestHandler know which Rule/Route was invoked?
On Sun, Feb 28, 2021 at 8:09 AM daves...@gmail.com <daves...@gmail.com> wrote: I am working
unread,
Does a RequestHandler know which Rule/Route was invoked?
On Sun, Feb 28, 2021 at 8:09 AM daves...@gmail.com <daves...@gmail.com> wrote: I am working
2/28/21
Adrian Flitcroft
,
Ben Darnell
5
2/28/21
Pitfalls combining HTTP keepalive and reuse_port?
On Fri, Feb 19, 2021 at 4:50 PM Adrian <aflit...@gmail.com> wrote: I've been pondering
unread,
Pitfalls combining HTTP keepalive and reuse_port?
On Fri, Feb 19, 2021 at 4:50 PM Adrian <aflit...@gmail.com> wrote: I've been pondering
2/28/21
cow...@gmail.com
, …
Ben Darnell
4
2/28/21
xheaders, logging and nginx
On Wed, Feb 17, 2021 at 5:22 PM cow...@gmail.com <cow...@gmail.com> wrote: I have a tornado
unread,
xheaders, logging and nginx
On Wed, Feb 17, 2021 at 5:22 PM cow...@gmail.com <cow...@gmail.com> wrote: I have a tornado
2/28/21
Adrian
, …
Rajdeep Rath
7
2/15/21
Cythonizing Tornado - anyone done it recently?
Ah I see. Understood On Tue, 16 Feb, 2021, 8:54 am Ben Darnell, <b...@bendarnell.com> wrote:
unread,
Cythonizing Tornado - anyone done it recently?
Ah I see. Understood On Tue, 16 Feb, 2021, 8:54 am Ben Darnell, <b...@bendarnell.com> wrote:
2/15/21
Ben Darnell
2/15/21
Re: [tornado] Changing ip of server
Tornado should use all available network interfaces by default (although I remember that there are
unread,
Re: [tornado] Changing ip of server
Tornado should use all available network interfaces by default (although I remember that there are
2/15/21
SECOB271_Ganesh Pawar
, …
Ben Darnell
5
2/6/21
Monitoring tornado's IOLoop.
Correct. There is no longer any way to control this via Tornado; you must enable the event loop's
unread,
Monitoring tornado's IOLoop.
Correct. There is no longer any way to control this via Tornado; you must enable the event loop's
2/6/21
Wilber H
,
Ben Darnell
4
2/3/21
Tornado server for aiohttp app?
Thank you On Wednesday, February 3, 2021 at 8:58:05 PM UTC-5 Ben Darnell wrote: Tornado just uses the
unread,
Tornado server for aiohttp app?
Thank you On Wednesday, February 3, 2021 at 8:58:05 PM UTC-5 Ben Darnell wrote: Tornado just uses the
2/3/21
Wilber H
, …
Ben Darnell
7
2/3/21
Tornado as a reverse proxy?
Thanks Ben On Wednesday, February 3, 2021 at 8:54:26 PM UTC-5 Ben Darnell wrote: On Wed, Feb 3, 2021
unread,
Tornado as a reverse proxy?
Thanks Ben On Wednesday, February 3, 2021 at 8:54:26 PM UTC-5 Ben Darnell wrote: On Wed, Feb 3, 2021
2/3/21
ThereMichael
,
Michael DePalatis
2
12/21/20
Using Tornado Templates and Localization with Javascript
Hi, A great, often overlooked feature of Tornado are UI modules. These can be used to include
unread,
Using Tornado Templates and Localization with Javascript
Hi, A great, often overlooked feature of Tornado are UI modules. These can be used to include
12/21/20