hxfcgi

You are viewing an old version of this entry, click here to see latest version.
hxfcgi is quite new and requires some testing and more documentation.

Differences to the Haxe Web API

  • If you using FastCGI you should use Web.cacheModule(), otherwise the module will be restarted after every request, which is quite slow.
  • If you using CGI if does not matter if you use Web.cacheModule().
  • You need to print some data, when sending headers only, call Lib.print(''); after setting all headers.
version #10517, modified 2011-05-06 13:43:05 by TheHippo