On Tuesday, February 2, 2016 at 10:30:42 AM UTC-5, Pierre wrote:
>
> hello Anthony,
>
> by action concatenation I mean something like :
>
> result=funcc(funcb(funca(data)))
>

Still not clear what you are trying to achieve. Are you saying you want the 
user to visit several pages in succession, or that you just want to pass 
the results of one function to the next and to the next and so on? If the 
latter, just do what you have written above.
 

> Since Byte compiling the app is also required, i intend to do this as 
> well. Howewer in such case what happens if an unexpected bug occurs and one 
> doesn't have access to the source code ?
>

You can compile the app but still retain the original source code files 
(when the app is compiled, web2py automatically executes the .pyc files and 
ignores the .py files -- but you can keep the .py files there).
 

> there's also the server requirement issue. Does a provider like 
> pythonanywhere know how to set up web2py and nginx for best performances ?
>

They seem to think so: https://www.pythonanywhere.com/details/web2py_hosting

Anthony

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to