• 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

Restlet connection is not closing

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

I'm using Restlet webservice API to connect my Tomcat6 webserver ( which is deployed in Linux box ), while my application is trying to communicate with server, the connection is not getting closed, due to this after some interactions it is throwing " Communication Error (1001) - Too many open files " Error and server stops serving.

My client code of Restlet is releasing connection properly, but it didn't helps me, can anyone of you please help me on this?

Here is my client code:



Server Code:



I really appreciate if you have any solutioins.

reply
    Bookmark Topic Watch Topic
  • New Topic