Jon Tirsen wrote: > Awesome! This seems to solve the problems I was having! Our app is > actually now relatively stable in JRuby. > > It is certainly the correct semantics for the session wrt Rails > compatability. In Rails your session will always be serialized after > each request.
I'd love to hear some perf numbers for marshalling. My last rewrite simplified it quite a bit, and it's all Java code, so I wouldn't expect it to be slow, but I'd like to know if it's going to be slower or faster than MRI. Gotta figure out how many hurdles there are left to leap over. - Charlie _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
