Archive for January 30th, 2008



FastCGI and PHP 5 on Windows

The LAMP/WAMP (Linux/Windows Apache MySQL & PHP) web server stack has evolved into a viable lightweight network server platform. One of the problems of using WAMP servers is the way CGI processes are evoked. When PHP is used as a CGI process, it is reloaded each time a PHP script is called. A new instance of PHP runs each time a script executes. To get around this limitation, web servers running a FastCGI module can keep a service loaded so it doesn’t need to load anew each time it is evoked. [More…]

Business Process Management

Business Process Management (BPM) is an activity focused on the continuous improvement of business operations and the technology that supports it. Business Process Management uses Process Modeling techniques to analyze, design, implement, monitor, and optimize, business functions. From an Information Technology (IT) perspective it is similar to the Software Development Life Cycle (SDLC). The IT aspect of Business Process Management is often called Business Process Modeling, and included as part of an Enterprise Architecture. [More…]