Testing gethostbyname() blocking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • raseelbhagat@gmail.com

    Testing gethostbyname() blocking

    Hi,

    I am planning to replace the gethostbyname() blocking call with the
    asynchronous library routines , i.e., libcares.

    But, before I do that, how do I go about testing the blocking call ,
    and subsequently on replacing with libcares routines, the
    asynchronousity (i know ,it;s not even a word)

    Thanks,
    Raseel

  • Richard Bos

    #2
    Re: Testing gethostbyname() blocking

    "raseelbhagat@g mail.com" <raseelbhagat@g mail.comwrote:
    I am planning to replace the gethostbyname() blocking call with the
    asynchronous library routines , i.e., libcares.
    Then you need to ask in (probably!) comp.unix.progr ammer. comp.lang.c
    deals with portable ISO C. What you're trying to do is rather system-
    dependent. You will get better answers in a system-specific newsgroup.

    Richard

    Comment

    • raseelbhagat@gmail.com

      #3
      Re: Testing gethostbyname() blocking

      On Feb 19, 2:11 pm, r...@hoekstra-uitgeverij.nl (Richard Bos) wrote:
      Then you need to ask in (probably!) comp.unix.progr ammer. comp.lang.c
      deals with portable ISO C. What you're trying to do is rather system-
      dependent. You will get better answers in a system-specific newsgroup.
      >
      Richard
      Ok Thanks Richard.

      Comment

      Working...