~ericmoritz/+junk/gofastcgi

  • Committer: Eric Moritz
  • Date: 2009-11-15 08:15:12 UTC
  • Revision ID: eric@themoritzfamily.com-20091115081512-vgnv0tf1mu19u3vp
Added a demostration of the ability to stream data with the new chunked
output Writer
Filename Latest Rev Last Changed Committer Comment Size
..
byte_serialize.go 3 14 years ago Eric Moritz Added some utilities, I'm not sure if this is fast 594 bytes Diff Download File
driver.go 2 14 years ago Eric Moritz A offline run to help profile the code 758 bytes Diff Download File
fcgi_consts.go 1 14 years ago Eric Moritz Created code that Builds FCGI records and bodies. 1.2 KB Diff Download File
gofastcgi_test.go 7 14 years ago Eric Moritz Altered the tests to match the new GetParams 2.7 KB Diff Download File
iorecord.go 5 14 years ago Eric Moritz Added a Buffered writer that the FCGI app can use 1017 bytes Diff Download File
iorecord_test.go 5 14 years ago Eric Moritz Added a Buffered writer that the FCGI app can use 1 KB Diff Download File
main.go 8 14 years ago Eric Moritz Added the proc flag 1.3 KB Diff Download File
Makefile 4 14 years ago Eric Moritz First functional commit. Web Servers can actually 314 bytes Diff Download File
record.go 6 14 years ago Eric Moritz Cleaned up the param parser. This is still a slow 5.3 KB Diff Download File
request.bin 2 14 years ago Eric Moritz A offline run to help profile the code 682 bytes Diff Download File
request.go 9 14 years ago Eric Moritz implemented the chunked output stream that produce 2.4 KB Diff Download File
streamed.go 10 14 years ago Eric Moritz Added a demostration of the ability to stream data 1.1 KB Diff Download File