My favorites | Sign in
Google
Projects on Google Code Results 1 - 6 of 6
To implement true fcgi support you need to perform next simple steps: 1. Write simple PHP file: {{{ <?php class YourClassName { public function __construct() { ... application initialization goes here ... } public function run($request) { $data = $request->read(); ...
This is an implementation of fastcgi application library for GO. It aims to be simple, lean and clean. =Sample Usage= {{{ package main import ( "fmt" "fastcgi" "os" ) type Application struct { } func (a *Application) Handle(r *fastcgi.Request) bool { ...
hella awesome ruby web framework for simple things
=Phormiga web application framework= _Phormiga is a lightweight framework for web applications written in perl for use with fast-cgi, mod_perl2 and cgi_ ==Introduction== The phormiga web application framework is based on the idea to easily reuse code you wrote before. In my life as a web applic...
The goal of CluE (Cluster Engine) project is to create a scalable web service running on clusters. Processes on different nodes of clusters talk to each other by MPI (Message Passing Interface). This project is written in C to avoid overhead and to approach maximum efficiency. CluE can also be ru...
Target to a really fast HTTP Daemon.