Skip to content

Instantly share code, notes, and snippets.

@mascarenhas
mascarenhas / hello.lua
Created April 14, 2011 01:58
Proof of concept for FastCGI handler with helper threads
#!/usr/bin/env lua
-- Example application for the FastCGI handler with helper threads
local fastcgi = require "thfcgi"
local hello = {}
local heartbeat = [[
local zmq = require "zmq"