Re: Temporary Table Problems

2002-10-18 Thread gerald_clark
Temporary tables are per thread. WHat guarantee do you have that your next page gets the same thread? Martin Thomas wrote: Help (apologies for the length of this email), I am currently using mysql-max-3.23.49a with a process as follows: Using tomcat/jsp/servlets, I have written a database conn

Temporary Table Problems

2002-10-18 Thread Martin Thomas
Help (apologies for the length of this email), I am currently using mysql-max-3.23.49a with a process as follows: Using tomcat/jsp/servlets, I have written a database connection pooling java class which establishes connections to mysql, stores them in an array and manages the distribution of th