• 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

to stop remote server

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To stop the remote server i am giving ctrl+C . I didn't implement anything for stopping the server.
any suggessions?
- joey

 
Ranch Hand
Posts: 318
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm...I never even thought of this. I'm doing the exact same. One thing is, you know you don't want to give clients the ability to stop the server. Hmmm...it seems reasonable to leave it like that, but I would be interested in hearing what people passed did.
Matt
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May i speak, even though i havn't passed yet?
I've implemented the server server to prompt someone to type 'STOP' to shutdown. This gives me time to clean up a bit. The cleaning up can be achived in a couple of other ways, but I've seen SUN use this method in one of their tech-letters.
But then again, the criterias say nothing about how to do this, so do the simplest (ctrl+c) or motivate something about usability and use 'STOP' or similar..
Regards,
Aron
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic