FW: hanging in HttpManager.RunRequest() (repost?)

I'm wondering if it has anything to do with the ObjectOutputStream and the
size
of what you are sending.
I'm doing a similar thing, and even when I'm not using jigsaw, but plain JDK
1.3
(= open URLConnection, build an ObjectOutputStream, send data through it)
it works until i need to send a lot of stuff (a lot=large files, about 60
Meg).

My servlet does not get hit; instead I get an "out of memory exception" on
the
client side (in quotes because the actual RAM is still available). My take
is that
an ObjectOutputStream over a URLConnection will try to buffer everything
before
sending and if that "everything" is too large, it runs out of the internal
buffer.

Please let me know if there is any solution to this - we are still looking
into it
and will keep all posted.

regards,
george

Received on Wednesday, 10 October 2001 04:36:02 UTC