1833325 Members
3008 Online
110051 Solutions
New Discussion

fork() under v11

 

fork() under v11

Hi,
i'm system programmer. Recently migrates a v10.20 service to a v11.00 w/o rebuild it.
The service show some long delaying during
fork()calls. I suspect that is a issue related
with process manager.
Any suggestions?.

Thanks in advance,
HPS
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: fork() under v11

Hi,

I had a similar problem almost 2 years ago on 11.0 forks were slow but vforks were fine. Patch PHKL_18543 (there may be a later version now) fixed it.

Regards, Clay
If it ain't broke, I can fix that.

Re: fork() under v11

Thanks Clay for your quick response, is useful.
I'll setup some test using vfork() to isolate the problem.

Regards, Hugo.