Ok, there are two ways:<div>1) tell php programmer to change connect to pconnect in his buggy and horrible piece of php code and take a look at what will happen</div><div>2) tell php programmer truth about his piece of software and advice him to completely rewrite this subsystem</div>
<div><br></div><div>First is easier a bit.<span></span><br><br>On Wednesday, November 21, 2012, Richard O'Keefe  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 21/11/2012, at 3:19 AM, Max Lapshin wrote:<br>
<br>
><br>
><br>
><br>
> On Tue, Nov 20, 2012 at 5:50 PM, Jachym Holecek <<a href="javascript:;" onclick="_e(event, 'cvml', 'freza@circlewave.net')">freza@circlewave.net</a>> wrote:<br>
> # Max Lapshin 2012-11-20:<br>
> > But there are only 32 000 of possible pids in unix, so it will limit amount<br>
> > of different names.<br>
><br>
> I'm curious -- do you have a reference for this limit? POSIX doesn't seem to<br>
> define pid_t range.<br>
><br>
> No, of course =)<br>
> But I haven't ever seen 32 bit pid, so it is ok for this case.<br>
<br>
An actual transcript from the machine I am typing this on.<br>
<br>
m% ps -a<br>
  PID TTY           TIME CMD<br>
25493 ttys000    0:00.10 login -pf ok<br>
25494 ttys000    0:00.64 -bash<br>
39476 ttys000    1:52.02 find /home/cshome/o/ok -name pperl.c -print<br>
70511 ttys000    0:00.04 view UNPACK.S<br>
25500 ttys001    0:00.01 login -pfq ok /usr/bin/ssh frege<br>
25501 ttys001    0:03.10 -ssh frege<br>
40195 ttys002    0:00.10 login -pf ok<br>
40196 ttys002    0:00.88 -bash<br>
83669 ttys002    0:00.32 /home/cshome/o/ok/local/lib/erlang/erts-5.6.3/bin/beam<br>
55602 ttys003    0:00.03 login -pf ok<br>
55603 ttys003    0:25.55 -bash<br>
86257 ttys003    0:00.00 ps -a<br>
59007 ttys004    0:00.02 login -pfq ok /usr/bin/ssh ok@frege<br>
59008 ttys004    0:00.90 -ssh ok@frege<br>
<br>
Almost all of those Unix pids exceed 32,000.<br>
Two of them even exceed 16 unsigned bits.<br>
<br>
This is a 4 GiB machine with a single user.<br>
<br>
</blockquote></div>