OK, that being the case, I'll recommend that you consider using a database
pool and a faux database driver for what you're doing.  This will work if
you don't require that each visitor have a unique identity to your
external system.  In this case, AOLserver does a terrific job of managing
a pool of external sessions, bringing them up or tearing them down as
necessary, based on usage and idle patterns.  I've used this method
successfully on a few projects.


Reply via email to