Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Haskell interface to fastcgi.

4.0
   
  0 reviews  |  6 users  |  68 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

hella awesome ruby web framework for simple things

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 4 hours ago
 
 

Phormiga web application frameworkPhormiga is a lightweight framework for web applications written in perl for use with fast-cgi, mod_perl2 and cgi IntroductionThe phormiga web application framework is based on the idea to easily reuse code you wrote before. In my life as a web application ... [More] developer I used a lot of frameworks which more or less didn't satisfy me as I always ended up not being able to reuse what I've done. This was mainly based in the fact that all frameworks forced me to use their "widgets" or "components" which really affected my efficiency in writing code because documentation was a big issue of all frameworks and in this case it's really essentially. Phormiga is not going to present the best documentation on earth but as in phormiga the components are written by YOU it's just about how to write them. Phormiga is developed for the fast-common-gateway-interface (fcgi) but can also be used with mod_perl2 and cgi. DocumentsAboutPhormiga DownloadsThe latest version is 0.1.2-final Changelog for 0.1.2 finalI included the ability to group "components" and "sets" into "clusters". support for widgets has been removed, use components and sets instead fixed a bug that caused the process of the fcgi to be killed content-type was included twice in the http response, fixed in this release content-type defaults to text/html and utf-8 minimized the configuration variables inside the config file [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 months ago
 
 

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 run ... [More] on shared memory multi-CPU architects or single CPU machines, as long as MPI is installed. Features:Static file service CGI (GET and POST methods) FastCGI PHP (via FastCGI) Directory indexing (items are sorted in ascending alphabetic order) Load balancing A simple URLRewrite logging (locally by nodes to cut down communication cost between root and other nodes) At current stage, several PHP applications such as WordPress and PHPMyAdmin can be installed and run flawlessly on CluE. Planned:Support all http status codes Configuration file reading module (XML?) Modularization Documents [Less]

0
 
  0 reviews  |  0 users  |  1,070 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

To implement true fcgi support you need to perform next simple steps: 1. Write simple PHP file: read(); ... some action ... $request->setHeader('content-type', 'text/html'); $reuqest->write($result); } }2. Write some nginx-like conf file ... [More] /usr/loacel/etc/ultramilk.conf: YourClassName { path: /path/to/your/php/file; port: 9999; host: 127.0.0.1; children: 5; }3. Execute imweasel/tools/imweasel.php So now your application loaded, initialized and ready to receive fcgi requests. This approach has some limitation, you can't use php predefined variables like $_FILE, $_POST and so on and Beware of memory leaks!!! P.S.: You have to install nginx, lighttpd or something else to work with imweasel server! [Less]

0
 
  0 reviews  |  0 users  |  660 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Target to a really fast HTTP Daemon.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

This is a library that implements FastCGI for GObject and Vala applications, written in Vala. It aims to fully implement the FastCGI specification and make FastCGI Web application servers accessible to Vala programmers.

0
 
  0 reviews  |  0 users  |  7,822 lines of code  |  0 current contributors  |  Analyzed 12 days ago
  vala fcgi
 
 

This PHP class handles the communication with a FastCGI application using the FastCGI protocol.

0
 
  0 reviews  |  0 users  |  194 lines of code  |  0 current contributors  |  Analyzed 7 months ago
 
 

EasyDAV is an easy-to-install WebDAV server. It is implemented in Python using WSGI, and can be installed under e.g. Apache web server as an FCGI program.

0
 
  0 reviews  |  0 users  |  1,228 lines of code  |  1 current contributor  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.