• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

B&S: Testing

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,
After running the RMI server on netwrok (using IP address), I ran five thread based clients on same machine which called almost all methods of DBMain. There was almost minor thread sleep/wait during the process. When DB file size passed 300KB and I started new client, I received following exception:

Exception creating connection to: 10.70.73.46; nested exception is:
java.net.SocketException: No buffer space available (maximum connections
reached?): JVM_Bind


Apparently it seems machine recources problem or there may be some limit on clients when they run on same machine which run RMI server. Could any please let me know details of this exception?

Is there any other solid way to test this appliccation?

Thanks
Shafique
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's your network overloading.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic