Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Gora Mohanty
Hi, Why not consider gevent? Do not have enough real-life experience with it to comment on your capacity requirements, but those will also be a function of your application, and will need to be actually measured. Regards, Gora On May 5, 2014 11:48 AM, "Mukesh Yadav" wrote: > Hey guys, >I'm

Re: [BangPypers] [OT] Django Consultants

2014-05-05 Thread Pradip Caulagi
On Monday 28 April 2014 09:38 AM, Venkatraman S wrote: Hi, I would like to connect with a few Django consultants either based out of Bangalore or even if you are reading this from Bouvet Island :) Just wanted to understand the dynamics of operating from India and your experiences and the curren

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Rohit Chormale
If you compare twisted & tornado considering your requirements, twisted is the best choice. Also it has third party add on for tornado. Yes it works flawlessly with Django. If your system architecture is good enough, there is no issue of 10K users. I guess it will not give trouble with socket.io,

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Vaidik Kapoor
You may use Twisted or Tornado. I think it comes down to a matter of choice. I haven't tried Twisted but I have heard its slightly difficult to get started with. I have used Tornado. My opinion is that its easy to get started, very minimal with good documentation as well. There is okay-ish communit

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Vaidik Kapoor
Gevent is also a good option. You should read this article: http://engineering.pinterest.com/post/65713073803/how-we-use-gevent-to-go-fast . This project should be helpful for whatever you are trying to do: https://github.com/abourget/gevent-socketio Vaidik Kapoor vaidikkapoor.info On 5 May 201

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Mukesh Yadav
Thanks guys, Seems I have to give a thought over gevent too. Meanwhile https://github.com/mrjoes/sockjs-tornado also seems good option though in this case sockjs is being used. Sockjs is as good as socket.io. On Mon, May 5, 2014 at 3:25 PM, Vaidik Kapoor wrote: > Gevent is also a good option.

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Vaidik Kapoor
Ah! Good find! The same guy has written an implementation for Socket.IO as well: https://github.com/mrjoes/tornadio Vaidik Kapoor vaidikkapoor.info On 5 May 2014 16:34, Mukesh Yadav wrote: > Thanks guys, >Seems I have to give a thought over gevent too. Meanwhile > https://github.com/mrjoes

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Jeffrey Jose
I've played around with Twisted enough to not recommend it to someone unless they know what they are doing. The learning curve is pretty steep, and it's hard to wrap your head around the callback paradigm. It's super powerful once you get past growing pains, which as I mentioned is super significan

[BangPypers] I Know What You Are Going To Do This Summer 2014

2014-05-05 Thread Kushal Das
Hi, Do you want to see your name next time you install GNU/Linux in your friend's computer? If yes, then go ahead and read ... We are happy to announce "I Know What You Are Going To Do This Summer 2014",[1] a free (as in freedom), online (IRC-based) [2] training sessions for wannabes to Free/Li

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Rohit Chormale
You might love Cyclone. A easy Tornado API as Twisted protocol. On Mon, May 5, 2014 at 6:29 PM, Jeffrey Jose wrote: > I've played around with Twisted enough to not recommend it to someone > unless they know what they are doing. The learning curve is pretty steep, > and it's hard to wrap your he