[web2py] Re: question, kind of general

2015-02-04 Thread lucas
so far, i ported the code to pure python terminal, and used psycopg2 
instead of db for postgresql updating, and run the code under console mode. 
 at full speed and no sleeps, i am running the processors at about 60-70% 
which leaves plenty for web2py and apache under centos6.6 and amazonEC2 to 
serve up the client HTTP requests.  i can use regular linux cron in the 
future to run these console python scripts.  always pushing the limits. 
 thanx, lucas

-- 
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.


[web2py] Re: question, kind of general

2015-02-03 Thread Leonel Câmara
You should use the scheduler for this. Moving it to a module won't solve 
the problem.

-- 
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.