[web2py] Re: run web2y scheduler instances on 2 or more servers

2017-01-17 Thread Dave S
On Monday, January 16, 2017 at 8:01:56 PM UTC-8, Manjinder Sandhu wrote: > > Hi Andrey/Niphlod, > > *Is there a way I can connect servers via SQLite?* > > *Regards,* > > *Manjinder* > If you mean for the scheduler , sure. The connection string handles that (although I've only connected to sqlit

[web2py] Re: run web2y scheduler instances on 2 or more servers

2017-01-16 Thread Manjinder Sandhu
Hi Andrey/Niphlod, *Is there a way I can connect servers via SQLite?* *Regards,* *Manjinder* On Tuesday, 4 March 2014 20:52:31 UTC-8, Andrey K wrote: > > Thanks Niphlod, as usual very detail and great answer. Thank you a lot! > After you answer I have check the web and have found several tools t

[web2py] Re: run web2y scheduler instances on 2 or more servers

2014-03-04 Thread Andrey K
Thanks Niphlod, as usual very detail and great answer. Thank you a lot! After you answer I have check the web and have found several tools that do specifically cluster management: StarCluster, Elasticluster. I am really keen to try the later one. It looks good specifically for GCE and EC2 work.

[web2py] Re: run web2y scheduler instances on 2 or more servers

2014-03-03 Thread Niphlod
On Monday, March 3, 2014 1:10:08 PM UTC+1, Andrey K wrote: > > Wow, what an answer! Niphlod, thanks a lot for such a detailed info with > examples - now it is crystal clear for me. Very great help, really > appreciate it!!! > > You answer make me clarify the future architecture for my app. Befo

[web2py] Re: run web2y scheduler instances on 2 or more servers

2014-03-03 Thread Andrey K
Wow, what an answer! Niphlod, thanks a lot for such a detailed info with examples - now it is crystal clear for me. Very great help, really appreciate it!!! You answer make me clarify the future architecture for my app. Before I thought to use amazon internal tools for task distribution now I

[web2py] Re: run web2y scheduler instances on 2 or more servers

2014-03-01 Thread Niphlod
On Friday, February 28, 2014 10:04:59 PM UTC+1, Andrey K wrote: > > Thank Niphlod for your answer. it is already great if it is possible even > theoretically! > it does even in the real world :-P > Regarding implementation. Correct me please if I am wrong in following > understanding - am I

[web2py] Re: run web2y scheduler instances on 2 or more servers

2014-02-28 Thread Andrey K
Thank Niphlod for your answer. it is already great if it is possible even theoretically! Regarding implementation. Correct me please if I am wrong in following understanding - am I right that I need to: 1)copy the whole web2py and myapp with necessary libs to another server . 2)set up db connecti

[web2py] Re: run web2y scheduler instances on 2 or more servers

2014-02-28 Thread Niphlod
the scheduler is designed also to support such cases. You can spin off whatever no. of workers you want from wherever you'd like. The only thing that needs to be reachable is the database where the scheduler tables are. you'll just have to copy your web2py folder (all the framework, plus the app