|
From: Alexander <ale...@ne...> - 2003-01-20 08:50:37
|
Hi, The server opens (fopen) users.txt before it does setuid() and fork() stuff. Then for each user request, it fstat()s the fd and checks if the file has changed, and if so, rewinds and reads the file. This works on all systems I've tested it on, except for kahn, which runs gentoo linux. Anyone got a clue why this is happening? //Eel |