Can I run 2 instances of web2py of the same application, with 1 instance 
process the Business Logic (controller) while the other instance doing the 
User Interface (View)? What I'm trying to achieve here is to separate the 
API and UI by hosting them on separate server, to allow me to scale them 
separately, and may be add a bit more security as well. I understand that 
the standard way to do this is to turn one instance into a full service 
API, while the other instance handles the UI, but they must run as separate 
application.

-- 
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/d/optout.

Reply via email to