Re: LWP::UserAgent and TCP_NODELAY

2005-12-08 Thread Gisle Aas
Michael Curtis <[EMAIL PROTECTED]> writes: > Hello, I have a LWP application that POSTs thousands of small files to > a mod_perl server. All POSTs *under* a certain size (around 3k) seem > to take about 200x as long as those over. In this case about 0.09 > seconds as opposed to 0.004 seconds. > >

Re: LWP::UserAgent and TCP_NODELAY

2005-12-07 Thread Gisle Aas
Michael Curtis <[EMAIL PROTECTED]> writes: > Hello, I have a LWP application that POSTs thousands of small files to > a mod_perl server. All POSTs *under* a certain size (around 3k) seem > to take about 200x as long as those over. In this case about 0.09 > seconds as opposed to 0.004 seconds. > >

LWP::UserAgent and TCP_NODELAY

2005-07-14 Thread Michael Curtis
Hello, I have a LWP application that POSTs thousands of small files to a mod_perl server. All POSTs *under* a certain size (around 3k) seem to take about 200x as long as those over. In this case about 0.09 seconds as opposed to 0.004 seconds. After much debugging I narrowed the issue down to T