This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

Read/Write Splitting with MySQL-Proxy

Stefan Tilkov,

MySQL-Proxy, announced in June, is a binary application that sits between your MySQL client and server, and supports the embedded scripting language Lua.

Very cool — now can I please have the same thing for HTTP?

More on InfoQ.

On October 25, 2007 10:22 PM, phil76 said:

for apache, what about mod_wombat? and in lighttpd, mod_cache is scriptable with lua.

On October 26, 2007 7:18 AM, Stefan Tilkov said:

Both good hints, but I was looking for something that acts as a (transparent) proxy and is scriptable.