News Feed
Jobs Feed
Sections




News Archive
DZone.com:
External processes and PHP
February 14, 2013 @ 11:29:04

In a new tutorial over on DZone.com Giorgio Sironi talks about handling external processes in PHP and how to work with streams.

I've come to known a bit about spawning and monitoring new processes from PHP code, while working at Onebip and trying to contribute to Paratest. Here's what you need to know if you think exec() or executing everything in a single .php script is always enough.

He starts with a look at the differences between using things like exec and streams for handling the spawning of other processes. He shows how you have more control when you go with the streams option and process handling with the "proc_*" methods. He also touches on some other things to think about like stream blocking, sleeping and dealing with multiple execution streams (and switching between them).

0 comments voice your opinion now!
external process tutorial stream handling


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Creating press-ready PDF documents on the fly including individual barcodes

PHPMaster.com: Building Your Own URL Shortener

SkyTechGeek.com: 10 Exceptional Tools For Website Testing

Zend Developer Zone: AJAX Chat Tutorial

NETTUTS.com: Building the Back-End of a Photo Site


Community Events











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


series release zendframework2 testing language development podcast tool phpunit example community opinion code application interview unittest conference functional introduction framework

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