Results 1 to 3 of 3

Thread: WaitForShutdown blocks forever

  1. #1
    mgs
    mgs is offline Registered User
    Name: Mike Smith
    Organization: Skype
    Project: Skype for partner integration
    Join Date
    Oct 2011
    Posts
    2

    WaitForShutdown blocks forever

    I've tried the "Hello World" examples for both C++ and Java but in both I find that in both cases the server side never returns from WaitForShutdown. As I understand the documentation this call should return when shutdown or destroy is called on the communicator on the client side. I've tried both calls on the client side but I never see the server side shutdown. What am I doing wrong? Am I missing something?

  2. #2
    xdm's Avatar
    xdm
    xdm is online now ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruņa, Spain
    Posts
    588
    These are local operations, waitForShutdown just wait for communicator shutdown, so if you don't call destroy/shutdown in the specific communicator it never returns. Calls to client communicator shutdown has not effect on server side communicators.

  3. #3
    mgs
    mgs is offline Registered User
    Name: Mike Smith
    Organization: Skype
    Project: Skype for partner integration
    Join Date
    Oct 2011
    Posts
    2
    ah, I see! Thanks for the info!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Invoking oneway with AMI blocks
    By andreynech in forum Help Center
    Replies: 3
    Last Post: 07-16-2010, 05:58 AM
  2. Waitforshutdown blocks my server
    By JesusC in forum Help Center
    Replies: 1
    Last Post: 12-08-2009, 06:50 PM
  3. waitForShutdown method
    By sionscone in forum Help Center
    Replies: 3
    Last Post: 10-16-2007, 06:42 AM
  4. Transferring files/large data blocks
    By deepone in forum Help Center
    Replies: 3
    Last Post: 04-29-2004, 07:53 AM
  5. about waitForShutdown
    By level in forum Help Center
    Replies: 4
    Last Post: 04-19-2004, 10:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •