Results 1 to 3 of 3

Thread: Is it possible?

  1. #1
    ouloba is offline Registered User
    Join Date
    Sep 2004
    Posts
    19

    Is it possible?

    Can I client side use async method invoke and server side use async method dispath?
    Last edited by ouloba; 11-23-2004 at 02:05 AM.

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    Yes, of course. It does not matter to the client if the server uses synchronous or asynchronous dispatch, and neither does it matter to the server if the client uses synchronous or asynchronous invocations. Asynchronous vs. synchronous invocation or dispatch are implementation choices, with no impact on the client/server contract.

  3. #3
    ouloba is offline Registered User
    Join Date
    Sep 2004
    Posts
    19

    Smile Thanks marc

    thanks for marc's helps.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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