Hi List: Our pop server is seeing a little more load recently and some of the users are getting "File busy try again later" error when they tried to pop their mail. I check the archive and found some people getting the same problem recently but no answer. So I went to the source, and found that the error msg is in file_lock.c with 2 #define in file_lock.h.
#define MAX_TRY_RLOCK 10 #define MAX_TRY_WLOCK 15 I did double those, and recompile and install, and the error seems to be gone. Well, I don't know if this is the right thing to do, or there's any other way to verify where the problem actually is. Thanks, -Kittiwat