Hi.
While creating the picture upload capabilities for my j2me Twitxr
client i encountered strange errors like this:
"java.io.IOException: Persistent connection dropped after first chunk
sent, cannot retry"
I believe that I eliminated the possibility of my code being the
culprit so I began searching for the cause on a lower layer.
I noticed that the
twitxr.com server pretty often[1] sends RST flagged
packets causing the connection to break down.
This behaviour can be seen more often when the server response times
are slower.
Is there a load problem on the server or did I misinterpret something?
Fadenb
[1] often = about a third of the times I tried to upload a picture.