On Mon, 31 Jul 2000, dreamwvr wrote:

> hi,
>    why is tie considered not very efficient i use it often.. what is 'a'
> much better way?

tie isn't very efficient simply because the code behind it (in the core of
Perl) is fairly complex and slow. Theres not a lot that can be done to
improve it according to Ilya. I don't think there _is_ a better way - tie
is a very specific requirement, and usually its "fast enough". Remember
that STDOUT is tied to the request object in mod_perl...

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org

Reply via email to