search for: feasbile

Displaying 1 result from an estimated 1 matches for "feasbile".

2006 Mar 08
1
Poor Man''s Continuations
Hi List, I''m a new rubyist and railist, and my web-dev background is php, where I used and contributed to the WACT framework. Continuations are dead cool aren''t they. As I understand it, the problem with having them in rails is that marshalling them isn''t feasbile, so in a stateless environment, they can''t be easily implemented. (Is this correct?) My idea is to use the fact that (in many cases) given the same starting state (params, and session vars) a controller will end up at the same point. So we could implement a continuation-like thingy by s...