Can the value of NAME_MAX be changed?4201 (6/25/2003 7:59:34 PM) Can the value of NAME_MAX be changed? Changing its value does not seem to make any difference. ____________________________________ #include #include #include <limits.h... Me
Unexpected program stop?...1151 (6/25/2003 5:32:08 AM) My program uses threads (pthread library 0.10 under Red Hat Linux 8). Some of these threads call select() function, and some do something else. Sometimes, when my program stops its execution, I see the next: [... jek_bask
sockets, events, and threads1265 (6/25/2003 1:08:26 PM) Hello - I am coding a client/server app using sockets. I set the server socket descriptor to non-blocking, as well as the clients after accept(). As of right now, my code is event-driven. My question is: I ... David
Size2138 (6/23/2003 11:59:15 PM) Hi all, My code(c/c++) runs as a server on a gnu/linux box. it does multithreading, socket and database(oci) stuff. The problem is that by using top I found its "size" and "rss" are around 150M, and it takes 3.... Sam
IA32 *NIX ABI reference?1155 (6/24/2003 4:26:29 AM) Is there a place one could find the ABIs for the various UNIX and UNIX-like operating systems like *BSD and Linux respectively? I tried Googling and I didn't have much luck. I did find a System V ABI Intel Ar... Clint
Reading Unix code0155 (6/24/2003 9:49:58 AM) A quick note to inform my fellow Unix developers that my book "Code Reading: The Open Source Perspective" (Addison-Wesley, 2003) is now available. All 600 examples I use in the book are drawn from actual code;... Diomidis
Timing1111 (6/23/2003 10:21:01 PM) Hello, My code needs to calculate a value every half second for 40 seconds. I was considering using select as a fixed time value. Is it possible to use select like this with no FD associated with it? Is t... Richard
regular expressions0129 (6/23/2003 5:19:02 PM) I'm in vi trying a global search and replace and I've exhausted my abilities. The string I'm trying to find is any alpha character followed by a carot followed by a pipe and replace it with the same alpha char... jcwaters
Shared memory and semaphores - semop() error0321 (6/23/2003 12:39:50 PM) Hi, I'm using HP-UX 11.11 and running an application developed in Microfocus Cobol 4.x and C. When the application is trying to initialise shared memory semop() is returning an Error 28. I would appreciate any... Simon