Search Results

Search: Posts Made By: Pablo J. Royo
Forum: Programming 06-17-2002
3,762
Posted By Pablo J. Royo
After re-reading your message I see you dont give...
After re-reading your message I see you dont give the path to Motif includes.

Try:

gcc -c -I/usr/...<path to your motif includes> x.c (this produces an x.o file)

and then

gcc -o x x.o...
Forum: Programming 06-17-2002
3,762
Posted By Pablo J. Royo
i think you must install the development package...
i think you must install the development package of Motif (sorry, I dont remember the name, openmotif-dev....rpm,lesstiff
dev....rpm????) where the includes of Motif are.
Look in rpmfind.org.
Forum: Programming 06-17-2002
1,850
Posted By Pablo J. Royo
Memory problem
Hi:

I have a server with a very little memory leak (29 bytes) as reported by Purify.
Itīs a pooled server, so each process lives forever accepting conections.But top or ps commands show that used...
Forum: Programming 06-17-2002
2,426
Posted By Pablo J. Royo
Basically, you only have to fork() several childs...
Basically, you only have to fork() several childs whose "work" is to be blocked on accept().
As all childs are blocked there, when some connection arrives the kernel will awake one of the child...
Showing results 1 to 4 of 4

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