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 _______________________________________________ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu