in reply to Re: What is Perl *NOT* good at?
in thread What is Perl *NOT* good at?

I should have said heavy concurrent i/o utilization by multiple threads. sorry about that

Jason

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

Replies are listed 'Best First'.
Re: Re: Re: What is Perl *NOT* good at?
by pope (Friar) on Apr 21, 2004 at 08:13 UTC
    I have several applications using I/O multiplexing written in Perl, such as:

    • a http based queue system (server/client)
    • a gateway for a proprietary billing system.
    I have tested my simple I/O multiplexing based http server against ab (apachebench), and it turns out that the performance is very good.

    I don't see any point for making a claim that Perl is NOT good at this.