[Twisted-web] twisted web +nevow in development mode

Valentino Volonghi aka Dialtone dialtone at divmod.com
Fri Oct 14 08:01:15 MDT 2005


On Fri, Oct 14, 2005 at 04:20:07PM +0200, Catalin Constantin wrote:
> or, are there any other workflows i should follow to develop a twisted
> web nevow application ?

No, and recent development in the frameworks you cited are heading towards the
same conclusion (stopping the process and restarting a new one, I remember to
have read the code from somebody from cherrypy2 that implemented a spawner
thread that spawns a new process that spawns an observer thread on the files
of the project and blabla. There you loose the session data too except that
it's a tiny bit faster to restart (but restarts nonetheless).

Just avoid writing much stan and keep more templates flying around (you can
modify them as you prefer without restarting anything).

Also when you usually develop something you often change state and
constructors, which means that reloading is useless anyway (you really need to
stop and restart).

-- 
Valentino Volonghi aka Dialtone
Now Running MacOSX 10.4
Blog: http://vvolonghi.blogspot.com
http://weever.berlios.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://twistedmatrix.com/pipermail/twisted-web/attachments/20051014/3bdec9e9/attachment-0001.bin


More information about the Twisted-web mailing list