[html-formfu] Speed of processing
    Ronald J Kimball 
    rkimball+formfu at pangeamedia.com
       
    Tue Nov  3 16:48:38 GMT 2009
    
    
  
Octavian Râşniţă wrote:
> Of course, if an object is stored in the memory and more users use it, 
> the data is sent by reference and everyone gets it, but beeing afraid of 
> memory leaks... I always prefered a cache that store a serialized data. 
> (Which in case of HTML::FormFu might not be possible)
It is possible.  I store FormFu objects in memcached myself (hence my 
example in the previous post).  The one caveat is that I had to add
C<< use HTML::FormFu::Preload; >> to my code, because thawing a FormFu 
object doesn't (and can't) load the modules that were used to create it.
Ronald
    
    
More information about the HTML-FormFu
mailing list