Re: How to share sub-ref under multiple apache childs

2003-11-25 Thread Marinos J. Yannikos
Perrin Harkins wrote: > I wrote an overview, available here: > http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html I this context - I'd find it very useful if someone evaluated memcached (http://www.danga.com/memcached/) and compared it to other methods (with different kernel ver

Re: How to share sub-ref under multiple apache childs

2003-11-25 Thread Perrin Harkins
Marinos J. Yannikos | Geizhals.at wrote: I this context - I'd find it very useful if someone evaluated memcached (http://www.danga.com/memcached/) and compared it to other methods (with different kernel versions, because its performance varies greatly depending on the availability of some I/O mecha

Re: How to share sub-ref under multiple apache childs

2003-11-24 Thread Marinos J. Yannikos | Geizhals.at
Perrin Harkins wrote: > I wrote an overview, available here: > http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html I this context - I'd find it very useful if someone evaluated memcached (http://www.danga.com/memcached/) and compared it to other methods (with different kernel ver

Re: How to share sub-ref under multiple apache childs

2003-11-21 Thread Perrin Harkins
On Fri, 2003-11-21 at 23:01, Marcel Greter wrote: > I'm not able to share this sub-ref > with other childs. That's right, Perl variables can not be shared between processes. All the things that appear to do it use some kind of serialization mechanism. May I suggest that you look into some of th

How to share sub-ref under multiple apache childs

2003-11-21 Thread Marcel Greter
Hello, I have a problem which I could not solve prefectly yet. I'm using my own templating system which is basically quite simple. Every template is translateted into a subroutine that will return the content of the template : you are <$username$> would become something like my $template = s