From: Patrick Hurley Date: 2006-08-17T22:18:48+09:00 Subject: Re: Simple Proxy On 8/17/06, William Crawford wrote: > I wish to make a simple proxy server. It will accept incoming > connections and then connect to a pre-defined foreign address/port. > > It needs to transmit the information as it comes in, even if that is > character by character (or byte by byte) and does not necessarily > include line feeds, but if there is a large amount of data received, it > should transmit it again all at once, after the modifications. I would make a suggestion to check out the Event Machine library. pth