lp:~ericmoritz/+junk/gofastcgi

Created by Eric Moritz and last modified
Get this branch:
bzr branch lp:~ericmoritz/+junk/gofastcgi
Only Eric Moritz can upload to this branch. If you are Eric Moritz please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Eric Moritz
Status:
Development

Recent revisions

12. By Eric Moritz

Added the new .go files to the make file

11. By Eric Moritz

Added a simply timer for figuring out where slow bits of code are

10. By Eric Moritz

Added a demostration of the ability to stream data with the new chunked
output Writer

9. By Eric Moritz

implemented the chunked output stream that produces records when the data
is written to the Writer

8. By Eric Moritz

Added the proc flag

7. By Eric Moritz

Altered the tests to match the new GetParams

6. By Eric Moritz

Cleaned up the param parser. This is still a slow aspect of the request.

5. By Eric Moritz

Added a Buffered writer that the FCGI app can use directly to stream data to
the web server

4. By Eric Moritz

First functional commit. Web Servers can actually make requests to it.

Having Lighttpd talk to it, a simple "Hello, World!" app is a 1/4 of the speed
of a "Hello, World!" app using the build in 'http' package. I'll have to try
to squeeze some speed out of it and probably simplify things now that I
understand the protocol.

3. By Eric Moritz

Added some utilities, I'm not sure if this is faster than using encoding/binary

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers