in reply to Re^2: how to throttle/cache a simple HTTP datastream
in thread how to throttle/cache a simple HTTP datastream

Again, with why? Why can't the java app just take it as it comes?

And POE may be overkill, but it'll come in handy later.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^3: how to throttle/cache a simple HTTP datastream

Replies are listed 'Best First'.
Re^4: how to throttle/cache a simple HTTP datastream
by intel (Beadle) on Jul 18, 2005 at 20:08 UTC
    Thats actually a good question. I should ask my java programmers why they even need a buffer instead of taking it directly. Thanks :)