Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Slow object persistance using objectoutputstream.writeobject

807588Mar 16 2009 — edited Mar 18 2009
I'm creating an application that sends objects to the server that are (estimated) around 30/40kb. The problem is that it takes half a second and up to few seconds to write and recieve the object.

I've done some reading and tried it with a DataInput/outputStream but the results were similiar. Can anyone suggest a fast way to object serialization (nio channel?)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2009
Added on Mar 16 2009
5 comments
643 views