Re: [BangPypers] The myth of free software

2011-05-18 Thread Anand Balachandran Pillai
Dude, you seriously have lots of free time on your hands... Here is what I (used to) do when I had time to waste as you do. 1. Go to http://code.activestate.com/recipes 2. Think up a problem I like to solve on the day and write it up in Python 3. Submit as a Python recipe. Of course you can do it

Re: [BangPypers] The myth of free software

2011-05-18 Thread Anand Balachandran Pillai
On Wed, May 18, 2011 at 8:10 AM, Santosh Rajan wrote: > As Sartaj Singh Kang, correctly pointed out, there are big bad trainwrecks > in this world. I think this whole thread must be a cumpulsory reading for > all students of computer science, all over the world. Aiming rather too high , aren't

Re: [BangPypers] The myth of free software

2011-05-18 Thread steve
Hi Anand, On 05/18/2011 01:03 PM, Anand Balachandran Pillai wrote: Dude, you seriously have lots of free time on your hands... Here is what I (used to) do when I had time to waste as you do. Don't feed the troll. I remarked at the fact that this person was deliberately trolling in another re

[BangPypers] Practical experiences with uWSGI?

2011-05-18 Thread Sirtaj Singh Kang
Hi all, I've recently discovered the uWSGI project - http://projects.unbit.it/uwsgi/ and am hoping to hear from any of you who have had the chance to use it in production. Specifically: 1. Is nginx+uwsgi easier to use and manage than apache and mod_wsgi? 2. Is there a measurable difference

Re: [BangPypers] Practical experiences with uWSGI?

2011-05-18 Thread Sreekanth S Rameshaiah
On 18 May 2011 18:01, Sirtaj Singh Kang wrote: > Hi all, > > I've recently discovered the uWSGI project - > http://projects.unbit.it/uwsgi/ and am hoping to hear from any of you who > have had the chance to use it in production. Specifically: > > 1. Is nginx+uwsgi easier to use and manage than ap

Re: [BangPypers] Practical experiences with uWSGI?

2011-05-18 Thread Sirtaj Singh Kang
Thanks for the reply, Sree. If I might pick your brain further - On 18-May-11, at 6:13 PM, Sreekanth S Rameshaiah wrote: [snip] We have used it in one large scale project which is due to go live in next few days. What was the reasoning behind choosing it over apache+mod_wsgi? What are the

Re: [BangPypers] The myth of free software

2011-05-18 Thread Santosh Rajan
(FUNCTION TROLL ((FUNCTION PRINT) "Hello World"))) On Wed, May 18, 2011 at 5:57 PM, steve wrote: > Hi Anand, > > > On 05/18/2011 01:03 PM, Anand Balachandran Pillai wrote: > >> Dude, you seriously have lots of free time on your hands... Here is what >> I (used to) do when I had time

Re: [BangPypers] The myth of free software

2011-05-18 Thread Sirtaj Singh Kang
On 18-May-11, at 6:27 PM, Santosh Rajan wrote: (FUNCTION TROLL ((FUNCTION PRINT) "Hello World"))) Please just stop. -Taj. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Practical experiences with uWSGI?

2011-05-18 Thread Sreekanth S Rameshaiah
On 18 May 2011 18:25, Sirtaj Singh Kang wrote: > > Thanks for the reply, Sree. If I might pick your brain further - > > On 18-May-11, at 6:13 PM, Sreekanth S Rameshaiah wrote: > [snip] > > We have used it in one large scale project which is due to go live in next >> few days. >> > > What was the

Re: [BangPypers] The myth of free software

2011-05-18 Thread Santosh Rajan
Ok I will agree to stop, under one condition, can you please explain the code I have written above? On Wed, May 18, 2011 at 6:30 PM, Sirtaj Singh Kang wrote: > > On 18-May-11, at 6:27 PM, Santosh Rajan wrote: > > (FUNCTION TROLL >> ((FUNCTION PRINT) >> "Hello World"))) >> >> > Please ju

Re: [BangPypers] The myth of free software

2011-05-18 Thread Anand Balachandran Pillai
On Wed, May 18, 2011 at 6:34 PM, Santosh Rajan wrote: > Ok I will agree to stop, under one condition, can you please explain the > code I have written above? > Well, thank you for the wholesome entertainment you provided. Well, it was fun while it lasted... Goodbye. > > On Wed, May 18, 2011 a

Re: [BangPypers] Practical experiences with uWSGI?

2011-05-18 Thread Sirtaj Singh Kang
On 18-May-11, at 6:32 PM, Sreekanth S Rameshaiah wrote: [snip] We just follow the client's directive as both almost had similar performance. :) Thanks again. I hope you can give us a quick post mortem when you've had some time to observe it in production. -Taj. ___