From: Charles McKnight Date: 2005-04-20T12:29:32+09:00 Subject: Re: CGI->WEBrick? You might want to check out sqlrelay (http://sqlrelay.sourceforge.net/) for connection pooling. There are several language bindings (including one for Ruby). objectuser wrote: > Yeah, traditional CGI sucks, but I'm stuck with it for the time being. > I do have to connect to a database, which will make it suck more (is > there even a way to do connection pooling?). > > I'll check out Nitro. So, basically, WEBrick is not really what I'm > looking for--it really can't be used without the HTTP server portion? > I'm getting this from your post, as well as that of Aredridel's (thanks > to you both). > > --Kevin >