Hey Everyone,

I'm deploying a web-service app which will require sub second response 
times.  

The code is entirely written in python and the algorithm to compute the 
output takes approximately .3 seconds.

Will web2py's overhead be too much to deliver the response time I need?  

Should I consider deploying behind Flask since I don't need anything but 
request headers and a JSON body?

The algorithm code is entirely contained within a module which is imported 
and then run on some request.vars but I'm still having trouble tuning it up.

Any suggestions are greatly appreciated.

Thanks!

Mark

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to