How is it possible to find the processor id of the current web
connection that a user has made, so that it can be displayed onto the
page.
is the "PID" that is assigned to each process item, (from doing ps
-ax) would display them all, but not sure how to display the current
one using php.
I know there is a way of doing it with PERL but not sure if there is
with PHP.
Any replies would be appreciated.
connection that a user has made, so that it can be displayed onto the
page.
is the "PID" that is assigned to each process item, (from doing ps
-ax) would display them all, but not sure how to display the current
one using php.
I know there is a way of doing it with PERL but not sure if there is
with PHP.
Any replies would be appreciated.
Comment