From: khaines@... Date: 2008-04-17T02:08:23+09:00 Subject: Re: Continuation in web (Seaside clone) On Wed, 16 Apr 2008, Alexey Petrushin wrote: > THE PROBLEM: > I implement this the same way as in Seaside, and it seems to should > works, but it throws: Just FYI, but there is Borges, http://borges.rubyforge.org/, which was based on Seaside 2. However, continuations in Ruby tend to leak RAM, and tend to be slow. You can get 80% of the love with none of the pain by using techniques not based on continuations. Kirk Haines