Python Forum
Some questions related to tornado httpserver and httpclient
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some questions related to tornado httpserver and httpclient
#1
Question 1:

tornado.httpserver is a non-blocking http server. Is there any blocking http server?

Question 2:

Does asynchronous always mean non-blocking? Does synchronous always mean blocking?

Thanks for your help!
Reply
#2
Can you give some more context on these questions? The hello-world for tornado shows a synchronous example. As far as "any blocking http server" it depends on what you mean; do individual requests usually bock? Yes. Does the server itself run only a single blocking thread? No. From a bit of Googling, synchronous and blocking are largely synonymous with perhaps some nuance that I'm not getting.

My background on this: I worked with Play Scala for a year professionally (it is heavy on "Non-blocking I/O"), and I've used Flask both professionally and many times for fun (it doesn't focus on "Non-blocking I/O" or anything like it). The biggest difference for my relatively simple purposes was that in Play, there was a lot of composition of futures.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to profile tornado web app ? umen 2 957 Oct-09-2023, 05:59 PM
Last Post: noisefloor
  When should I use Tornado? ksimmi 0 1,491 Oct-08-2019, 06:20 PM
Last Post: ksimmi
  Tornado / Flask help needed jogl 2 4,978 Aug-27-2017, 10:21 PM
Last Post: jogl

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020