in reply to Re^2: How to cache a socket in cgi programming?
in thread How to cache a socket in cgi programming?

Sorry, I should have been more clear and said "connections like database connections (see Apache::DBI for an example how)". Even if you're not specifically caching a DBI handle the principle is the same and you could gain insight into implementation by looking at that module.

  • Comment on Re^3: How to cache a socket in cgi programming?