Vlad,
I appreciate you detailed response, thanks.
>
> If yo have a really long running tasks, I suggest you donot
> 'bind' gui into those -- and instead do what I am doing -- just
> submit requests to the database, have background servers process them
> and then change the status of the request to
Hi Alex,
This is just a plan sofar (not implemented yet)
But I plan use twisted for Reports that join
file data and database data. I also plan to use Twisted
to 'serv' those reports up to the requestor.
Therefore The wisted web server will be used to serve up
the reports,
and twisted Processes
> It ended up pretty painless (sofar)
Hey Vlad,
Thanks for posting your solution!
Care to discuss your use case for mixing Django and Twisted?
I have considered mixing the two for a project that combines
a web interface and some XMPP functionality, but I have not yet
gone down this route ...
W
Ok, thank you for the pointers, I got it working
(or at least I get "It worked" django page :-) )
I also used
http://code.google.com/appengine/articles/django.html
to get a basic wsgi server working
and
http://www.sitepoint.com/article/build-to-do-list-30-minutes/
to get basic django installati
On Wed, 14 Jan 2009 17:48:39 -0500, V S P wrote:
Hi,
wanted to ask for some help in getting django running with
twisted webserver for my experiments.
Using Python 2.6
Twisted 8.2.0
Django 1.0.2
on windows xp for now.
I searched the documentation , most of the blog entries/etc were
in '07 about