Re: Applet Hangs when submitting data to servlet
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 03 Sep 2007 16:36:38 -0700
ILPTAB wrote:
I may have done you a bad turn here. I think your problem is because
you aren't creating an ObjectOutputStream on the socket before you
create your ObjectInputStream. I think they have to be matched (at
least if you are going to do input) on the socket and the
ObjectOutputStream has to be created first. This is a known source of
hangs. I was too hasty reading your post the first time.
--
Knute Johnson
email s/nospam/knute/
Interesting. I will look into it. The only thing is, it dosen't do
it consistanntly. The applet hangs for some people amd not on
others. Never the less, I will make the changes you suggested and see
how that works. Thanks for you imput.
Steve R.
Steve:
Sorry I didn't look at it more closely when you first posted. It sounded just like the problem I'm having. Please post here if you get it to work.
--
Knute Johnson
email s/nospam/knute/
.
- References:
- Applet Hangs when submitting data to servlet
- From: ILPTAB
- Re: Applet Hangs when submitting data to servlet
- From: Knute Johnson
- Re: Applet Hangs when submitting data to servlet
- From: ILPTAB
- Applet Hangs when submitting data to servlet
- Prev by Date: Java Mix
- Next by Date: Re: Coding Standards
- Previous by thread: Re: Applet Hangs when submitting data to servlet
- Next by thread: Re: Applet Hangs when submitting data to servlet
- Index(es):
Relevant Pages
|