On 1/23/07, Matt Grommes <[EMAIL PROTECTED]> wrote:
> So if I have a global variable set in my httpd.conf for both sites with
> the same name, will that do it?

Yes, if they are both using the same namespace.  Maybe there are some
requests that don't run your connect() code but try to use the global
database handle.  Those could get the previously set handle that is
still inside that variable.

- Perrin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to