I have an application running on weblogic 7.0. My application needs to write and read data from another server running on the same machine. I am using
java Socket class to connect to this server and use DataOutputStream and DataInputStream to read/write from server.
When I run my application on Weblogic 7.0, this operation is taking twice the amount of time it was taking when i was running it on weblogic 5.1.
All the configuration parameters on both the servers are kept same.
Any suggestions please.