Testing gethostbyname() blocking

R

raseelbhagat

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
http://www.raseel.in/techblog
 
R

Richard Bos

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.programmer. 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
 
R

raseelbhagat

Then you need to ask in (probably!) comp.unix.programmer. 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top