Re: [web2py] Re: Rocket use

2014-10-28 Thread Phyo Arkar
You welcome. Just use uWSGI as web server and you will believe in magic :) . Nginx will not necessary for your setup , yet. On Sat, Oct 25, 2014 at 3:41 AM, Bilal El wrote: > Thanks Phyo! > > I didn't knew that web2py was built on Rocket for the developpement > environnement. > Thanks for the adv

Re: [web2py] Re: Rocket use

2014-10-24 Thread Bilal El
Thanks Phyo! I didn't knew that web2py was built on Rocket for the developpement environnement. Thanks for the advice about uWSGI. Le Fri Oct 24 2014 at 23:07:44, Phyo Arkar a écrit : > Web2py is by default run on rocket. > But even small set of users , i recommend uWSGI , it greatly improve >

[web2py] Re: Rocket use

2014-10-24 Thread Anthony
Yes, though it's actually the web server included with web2py: https://github.com/web2py/web2py/blob/master/gluon/rocket.py Anthony On Friday, October 24, 2014 5:03:36 PM UTC-4, Bilal El wrote: > > Hi Rod, > > I am interrested in the same kind of setup. > When you say Rocket, are you talking abo

Re: [web2py] Re: Rocket use

2014-10-24 Thread Phyo Arkar
Web2py is by default run on rocket. But even small set of users , i recommend uWSGI , it greatly improve perfornace and when doing big upload/download , it Shines! , ajax responses much faster . Plus very easy to install and setup uWSGI. On Sat, Oct 25, 2014 at 3:33 AM, Bilal El wrote: > Hi Rod,

[web2py] Re: Rocket use

2014-10-24 Thread Bilal El
Hi Rod, I am interrested in the same kind of setup. When you say Rocket, are you talking about : https://launchpad.net/rocket ? Thanks! Le vendredi 24 octobre 2014 22:03:12 UTC+2, Rod Watkins a écrit : > > Good. I like its simplicity. > Thanks! > > On Friday, 24 October 2014 12:42:43 UTC-7, Niphl

[web2py] Re: Rocket use

2014-10-24 Thread Rod Watkins
Good. I like its simplicity. Thanks! On Friday, 24 October 2014 12:42:43 UTC-7, Niphlod wrote: > > rocket is perfectly fine. > > On Friday, October 24, 2014 7:29:47 PM UTC+2, Rod Watkins wrote: >> >> Hello all, >> >> I am about ready to start deploying my site. It is a private site for >> about 8

[web2py] Re: Rocket use

2014-10-24 Thread Niphlod
rocket is perfectly fine. On Friday, October 24, 2014 7:29:47 PM UTC+2, Rod Watkins wrote: > > Hello all, > > I am about ready to start deploying my site. It is a private site for > about 8-10 users. I was wondering if, given the small size, whether it > would be safe to use the rocket web serve