Most comet chat pylons related news are at:
Django and pip wheel 26 Aug 2013 | 02:00 am
Just a quick heads-up: older Django versions don't work properly if installed via wheel. It's fixed in 1.6 but it's not final yet (right now it's in beta). Edit: Django 1.5.2 has the fix backported fr...
Dealing with eval'd code 8 Aug 2013 | 02:00 am
eval and exec are usually frowned upon, for good reason. The main issues people complain about are: Security: cause user input might end up in the eval'd string. And users are not to be trusted. Slo...
More comet chat pylons related news:
Node.js + Socket.IO for real-time chat project70.com 16 Dec 2011 | 06:09 am
This is a follow up to the previous lesson,Node.js, Comet, real-time chat — a great first project. Although useful, it’s not required to have gone through it. Let’s take that real-time chat we made a...
Node.js, Comet, real-time chat — a great first project project70.com 1 Dec 2011 | 04:26 pm
For my own learning process, I usually start by reading a bunch of articles on a topic. Once I feel I have a basic understanding, I find that building something really improves my knowledge and retent...
Comet Elenin: Harbinger of What? laura-knight-jadczyk.blogspot.com 15 Feb 2011 | 09:34 pm
We had a chat with the Cassiopaeans the other night and got in a few questions about Comet Elenin, to wit: Q: (Andromeda) Is the outburst of asteroid 596 Scheila related at all to Comet Elenin? A: Y...
A Simple Remote Chat application using Lift Comet and Akka Actor in Scala dzone.com 27 Aug 2013 | 01:01 pm
If you are running an application and there are lot of chances for a huge traffic to come in future, a single server would not be capable to handle this. In that case you would have two choices: A) Re...