Hi all,
i'm having a problem with a plugin written by myself that spawns a
daemon-process under
win32 with the apr_proc_create call.
The process inherits all file-handles from the caller and locks the
files (windows-like). These
file-handles are not needed in the spawned process.
Unfortunately the master process wants to overwrite the files later on,
but i get an error-message
that this operation cannot be performed, because the files are locked .....
Is there a way to spawn the process without inheriting file-handles from
the parent process?
Any help apreciated.
Hans-Peter