News Feed
Jobs Feed
Sections




News Archive
Mark Karpeles' Blog:
proctitle a new step for pinetd
January 22, 2009 @ 11:12:17

If you've ever worked with forking processes in PHP, you know things can get a little difficult when you have more than one process going at a time. Identification can become a hassle, especially if you need to kill one off because of performance issues. If you've found yourself in this spot before, you might want to check out this update Mark Karpeles has made to his pinetd project to allow for naming of those forked processes.

Ever wanted to give meaningful names to your processes when you pcntl_fork() with PHP ? proctitle is the extension you're looking for! Adapted from bug report #29479 and code initially wrote by Midom for Wikipedia, the proctitle extension allows for a process to change its own displayed title in the system's process list.

The extension (seen in action here) is an interface for making different sorts of daemons, including the ability to give them names. You can check out the project here.

0 comments voice your opinion now!
pinetd proctitle extension daemon tcp udp name process fork


blog comments powered by Disqus

Similar Posts

DevShed: Using PDO Objects in PHP 5 - Using the PDO extension

DevShed: Introducing the Chain of Responsibility Between PHP Objects

Stanislav Malyshev's Blog: Adding new extensions to Zend Studio

The Northclick Blog: Announcing "dropr" - the message queue framework for PHP

Wez Furlong\'s Blog: Extending PHP


Community Events









Don't see your event here?
Let us know!


language api interview composer object opinion database community zendframework2 podcast code development unittest example introduction phpunit tool release testing framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework