This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes performence problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "performence problem" Watch "performence problem" New topic
Author

performence problem

Tal Tal
Ranch Hand

Joined: Dec 10, 2003
Posts: 40
Hello everyone
i manage and develop a big server/client program for my company.
this application has about 100 users at each given time.
until two months ago everything worked well, but then the company changed
its network to something called Active Directory, which caused a big mess.
now the program runs real slow(it can take something like 30-40 minutes for
a dialog to pop up).
i checked our server and made some experiments and found out it has nothing to do with hardware problems.
when the user makes an action in the program, the server recives the request and then the CPU usage increases(as it should) and after a few seconds it decreases(that means the server generated the output),
but the problem begins when it sends the output back to the client, it could take more than 60 minutes to get back to the client, which wasn't the case when we had the old network.
i know its not a server bandwidth problem because i tried to download a big file from that server and it downloads it by about 400kb/sec.
anyway, i would like to know if anyone else had a familier problem?(i didnt mention it, but my program uses RMI).
i think this problem is maybe in the TCP/IP settings, but couldnt find anything there, anyone have an idea?
bala kumaran
Greenhorn

Joined: Dec 18, 2003
Posts: 1
pal,
u better check out some of the experts suggestions available in
http://www.netpro.com/forum/messageview.cfm?catid=5&threadid=157
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: performence problem
 
Similar Threads
DBFileLocation and Server and StandAlone Modes of operation
Adding SSL to an existing server/client
How dose a RMI server guarantee that return object can be sent back to client?
Send only deltas back to the server
java.net Socket port number question