Search Results

Search: Posts Made By: nmds
Forum: Programming 02-22-2005
11,357
Posted By nmds
Sample Application to implement timed read ...
Sample Application to implement timed read
#include <sys/time.h>

int main()
{
fd_set fdset;
struct timeval timeout;
int rc;
int val;

timeout.tv_sec = 6; /* wait for 6...
Forum: Programming 02-22-2005
11,357
Posted By nmds
see non blocking read() help, you can do with that
see non blocking read() help, you can do with that
Forum: Programming 02-22-2005
2
1,661
Posted By nmds
Are you including that header file in any other...
Are you including that header file in any other header file.
If Yes, that may due to multiple inclusion of that header file, may be included indirectly from some other header file.
Forum: Programming 02-21-2005
8,772
Posted By nmds
mmap vs shared memory - which is faster for reading data between multiple process
Between mmap and shared memory which is the best method of sharing data between multiple applications, interms of speed?
9,266
Posted By nmds
Thanks for the reply, I will post in c...
Thanks for the reply, I will post in c programming category also, thanks again
9,266
Posted By nmds
mmap vs shared memory - which is best for sharing data between applications?
Between mmap and shared memory which is the best method of sharing data between multiple applications, interms of speed?
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy