[Stackless] Stackless WSGI server
Christian Tismer
tismer at stackless.com
Fri Jul 13 00:42:57 CEST 2007
On 12.07.2007, at 14:22, Matt Provost wrote:
> On Thu, Jul 12, 2007 at 09:09:12AM +0000, Arnar Birgisson wrote:
>> On 7/12/07, Stephan Diehl wrote:
>>> Excelent, now we can do a seaside like web framework...
>>
>> Absolutely :o) - Even more, we could look into serializing the
>> tasklets to move them between servers in a load balanced situation or
>> storing them for a longer time.
>>
>
> I've been using tasklets for session management a la seaside and it
> works great. You can just make a session object with all your
> variables and tasklets in it and pickle it down to a file when the
> page is done. On the next page request just unpickle it and start up
> the tasklets again. It works great. As long as you treat each session
> as read-only, you can for example put them on a network drive and
> share them between servers without having to worry about locking.
>
> I'm looking forward to giving the WSGI server a spin with this when I
> have some time shortly!
Hups, this works?
I'm always quite amazed when people really use it.
Maybe it is time to really make some use of Stackless
and build some cute apps which really require it.
I think I have already missed lots of opportunities.
cheers - chris
--
Christian Tismer :^) <mailto:tismer at stackless.com>
tismerysoft GmbH : Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9A : *Starship* http://starship.python.net/
14109 Berlin : PGP key -> http://wwwkeys.pgp.net/
work +49 30 802 86 56 mobile +49 173 24 18 776 fax +49 30 80 90 57 05
PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04
whom do you want to sponsor today? http://www.stackless.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20070713/ddd83f7a/attachment.htm>
-------------- next part --------------
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list