• 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

EPP Client object creation and persistence for some methods.

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

I have a problem...

I have to make a EPP(Extensible Provisional Protocal) client , A EPP client is used to communicate EPP
server.

a epp client (object) after creation holds aconnection to the Epp Server.

after some time this client is expired i.e connection closed by the server.

by using this object(EPP Client ) we communicate to the server and execute some Epp commands and receive some commands .

can i make this Epp Client not expiered and use it after some time of creation.

i.e. can we make this client alive or persists for a long time.

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic