News Feed
Jobs Feed
Sections




News Archive
Johannes Schlüter's Blog:
Testing persistent connection and thread-safety features in PHP
March 22, 2012 @ 09:51:58

In this recent post to his blog Johannes Schlüter he talks about a way that he's come up with to test functionality that uses persistent connections (and an module he created to help).

In a few rare cases this is not what people like, for that PHP introduced "persistent connections" of different kinds. Testing those is a bit annoying as you have to configure a webserver and ensure to hit the same instance over the course of a test and then use a load generator, probably one which can detect a failure. Additionally by having a webserver in the game there is more code being executed, which might mean an additional source for trouble while debugging. An alternative might be using FastCGI, while that adds it's own issues for such a test. To solve this for myself I, some time ago, wrote a PHP SAPI module called pconn and pushed it to github.

The extension provides a way to emulate requests by executing a script multiple times automatically, making it easier to test things that require checking against multiple things simultaneously. While the built-in webserver (PHP 5.4) can be used to test some of these things too, Johannes' extension can also be compiled to help with testing of threading in applications as well.

0 comments voice your opinion now!
testing persistent threat safe extension sapi module webserver


blog comments powered by Disqus

Similar Posts

Ulrich Kautz: C-based Web Frameworks for PHP

Scott Johnson\'s Blog: Your Simple PHP Code Snippet for Monday

Community News: eZ Systems Releases eZ Publish Extension for Oracle Database (under GPL)

Make Me Pulse Blog: Yui Treeview with Php tidy

DevShed: Building a PHP5 Form Processor - Coding the Form Validator Module


Community Events











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


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

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