MySQL Forums
Forum List  »  Perl

Re: Is it possible to use several statement handlers with only one database handler ?
Posted by: Apachez
Date: May 01, 2006 06:04PM

I did my own digging...

It seems that according to some docs of DBI it "should" work of setting up several statement handlers for a single connection (as described above) however there is also a note that this is not true for all DBD drivers out there so the only way of knowing if this works or not is to test it on your own.

For me it seems to be working with DBD::mysql at least and thats what I care about :)

It also seems that I gained some speed by doing this approx 8% but the "seems" part should be huge in this conclusion, at least it doesnt seem to decrease performance :-)

Options: ReplyQuote


Subject
Written By
Posted
Re: Is it possible to use several statement handlers with only one database handler ?
May 01, 2006 06:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.