Walter D. Funk writes:
> Thanks for your answer,
> 
> I´ve created a TEMPORARY table and it seems to work well for my purpose,
> the only doubt I still have is, if the table gets automatically deleted when
> the user
> closes the connection, or should I do something within my script to avoid a
> stack overflow?
> if there are too many simultaneous connections which create several
> temporary tables is it posible to
> knock down the server?
> 
> thanks in advance

No, server will not be knocked down by many tables opened, provided
your OS has sufficient number of file descriptors to handle.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to