David,

We do applet to servlet communications using serialized objects and
have no such performance problems. We have tested against IIS with
the JRun servlet engine and it works well.

I suggest you try a different servlet engine like the JSWDK which is
a free download from Sun.

Have you tested the serialization outside of the servlet / applet
environment? Maybe it is doing something unexpected that you don't
know about.

Rob Griffin
Quest Software

E-mail: [EMAIL PROTECTED]
Web site: http://www.quest.com

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Godbey, David
> Sent: Wednesday, 19 April 2000 2:43
> To: [EMAIL PROTECTED]
> Subject: Applet-servlet doPost using ObjectStreams and MS Personal
> Webserver
>
>
> Folks,
> I'm building an applet-servlet combo for GIS, and I'm using my NT
> workstation for the needed resources (IIS web server and Servlet
> Exec 2.2).
>
> I'm sending a hashtable containing 5 vectors (very little data, a couple
> dozen bytes) using the example in Hunter's book, and the
> Object(Input)OutputStreams. The servlet takes the object and returns a
> string (dozen bytes). If I buffer the streams at both ends or
> not, it makes
> no difference. It takes 5 minutes to complete the transaction! It always
> completes, but it takes way too long.
>
> Is it Personal Web Server, NT workstation, or are there issues with
> ObjectStreams that I need to be aware of? Both hashtables and vectors are
> serializable.
>
> Thanks for any help,
> Dave Godbey
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to