Server Communications - miker95
#2
Not possible without modifying the source code. The most convenient way to do what you want would be to add a signal handler like
signal(SIGUSR1, handler);
and then let that read some text from a file or standard input or a pipe or whatever.
Thanks given by:


Messages In This Thread
Server Communications - miker95 - by miker95 - 22 Dec 10, 11:31PM
RE: Server Communications - miker95 - by tempest - 23 Dec 10, 12:29AM