Hello, On Tuesday, November 2, 2004, at 10:08 AM, trans. (T. Onoma) wrote: > So if I make CGI singleton, then only one instance of it ever exists > --presumably even between http requests. Thus an increase in > performance. But > like I said I'm not perfectly clear about how it all works, and how > FCGI > might fit in. This is leads to a nice api, ie CGI::params. I think it's more of a plus for api reasons, than performance. You still end up having some kind of Connection/Request object per http request. Cheers, Patrick