On Mon, Apr 21, 2008 at 7:24 PM, Paul Gilmartin <[EMAIL PROTECTED]> wrote: > For some years now, I've been using a TCPCLIENT stage to > move data from an HTTP server to CMS. A couple months ago > our network was reconfigured; an iPlanet server (IIRC) was > replaced by Apache. HTTP transfers began to stall after > a couple megabytes.
It may be that your code has too strong expectations about how data is distributed over the input records. When the client is slowed down the TCP/IP stack can put more data in a single response from tcpdata and that may hide the problem. If the stall happens at the end of the transfer, it might be you disagree with the other side on how to close the connection. It can certainly be done with CMS Pipelines. My wget is very stable. Show us your problematic code. Rob -- Rob van der Heij Velocity Software GmbH http://velocitysoftware.com/
