On Thursday, February 16, 2023 at 7:26:40 AM UTC-8 chriii...@gmail.com 
wrote:
Hello!

I'm wondering if it is a good idea to use web2py with rocket server in 
combination with nginx as a reverse proxy like in py4web. 
I need to run py4web and web2py on the same server and using nginx without 
uwsgi for web2py would be easier for me.


Cheers.
Chris.

Well, subject to the fine print, that should be okay, as I'm doing the 
similar thing with caddy (but not as a production server, so I haven't done 
any load testing).  In your testing,  I recommend trying large transfers 
(if your application ever would do that), and memory loads.

I do have a situation where I try to send (server to client) too large a 
file using chunks, and at some point the client sends a close before rocket 
expects it (still chunks to go).  I'm running this on windows, and Rocket 
pops up a window complaining that it tried to send a 500 response but the 
connection is invalid ... and after a few of these, Rocket runs out of 
handles and things go on hold until I dismiss the popups.

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/852e00fa-d1af-4f3d-b5df-d852aa9bd831n%40googlegroups.com.

Reply via email to