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
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
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
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
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