Re: [Twisted-Python] Newbie question: Is this possible with twisted?

2010-02-24 Thread Tim Bordemann
Hi Reza. > However, I'm going to suggest something different, which seems like a > better fit for what you're trying to do. Check out Celery > (http://celeryproject.org/) which is a distributed task queue. The > idea is that you set up a queue system, like RabbitMQ, which implement > a job queue v

[Twisted-Python] Newbie question: Is this possible with twisted?

2010-02-24 Thread Tim Bordemann
Hi, first of all: I've no experience with network-programming yet, but need to go in for creating a "simple" client-server application. In the end I'd like to connect a web-form (django) with a twisted-server, which then should do some long-lasting calculations. So far I got a simple xmlrpc-ser