Problem : in some scenarios, for example running a periodic health check on an LDAP / AD server, you may want to set a low timeout so that if a server does not answer LDAP bind requests, a user is notified in a reasonable amount of time. Also, if your PHP code is blocking, a … Continue reading Nugget Post : Setting LDAP connection timeout for PHP
From PHP to Python : Getting started with mod_wsgi
This article explores the process of transitioning from a PHP environment to a python one.In a recent project we started at 6PM Infrastructure, we have a very interesting and complex problem which requires an interesting mix of cross-platform standalone applications (programs which are run as standalone applications, called from the command line that run in … Continue reading From PHP to Python : Getting started with mod_wsgi
You must be logged in to post a comment.