Search Results

Search: Posts Made By: jenmead
Forum: Programming 09-20-2006
4,190
Posted By jenmead
Got it fixed. It was more related to converting...
Got it fixed. It was more related to converting from Solarix to AIX than anything else. Not sure what is meant by putting in tags so the smiles don't creep in though ..... --Jennifer
Forum: Programming 09-17-2006
2,545
Posted By jenmead
You really need to check the return from your...
You really need to check the return from your fork, like for instance:

fork_return = fork();
if( fork_return < 0)
{
curtime = time (NULL); /* get current...
Forum: Programming 09-17-2006
4,190
Posted By jenmead
pthread_create and scope usage
I have a problem with a C multi-threaded program I am writing. I cannot figure out how to keep the unique key value at the thread level. I wrote a program in C that forked a bunch of processes and...
Showing results 1 to 3 of 3

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