Re: Synchronous (function call type) interface ?

2003-01-26 Thread Narsimha Reddy CH
of remote IPC will provde you various networking APIs to exchange data between processes different machines. For more details about unix network programming with C, please refer the book UNIX Network Programming by W. Richard Stevens HTH, -- Narsimha Reddy CH Storage Area Networking, HCL

Re: Linux application level timers?

2003-01-23 Thread Narsimha Reddy CH
You can also use the poll() system call. The last arguement of this system call is the timeout value is milli-seconds. When timeout is occurred it will return 0. Refer the manual page for more details. hope this helps you, -- Narsimha Reddy CH Storage Area Networking, HCL Technologies Contact