Hello All,

I am using mySQL 5.1.36, and wonder what are the reasons/usage for
using prepare_cached above prepare statement when doing SQL queries?
I am working on none persistent environment, where all request are
doing connect to db and execute (all http requests are stateless, and
therefore doing again and again connect to mySQL)

I know (and please correct me if i am wrong) - that cached queries are
kept only and used only if doing same query all over again and again
while using same query (using value bind), returning same record set
using same connection only ?

Thanks
Chanan



-- 
===================
----     Chanan Berler    ----
===================
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to