in reply to coding a simple proxy server in perl

You don't mention which protocol you use, but any of HTTP::Proxy, Stem, or POE might be a place to start. I'm not sure anyone can be of more help without more detail however.

  • Comment on Re: coding a simple proxy server in perl

Replies are listed 'Best First'.
Re: coding a simple proxy server in perl
by learnscript (Initiate) on Sep 22, 2006 at 07:29 UTC
    It's RTSP(Real Time Streamming Protocol), which is text based.
    Thank you.