Skip Menu |

This queue is for tickets about the JDBC CPAN distribution.

Report information
The Basics
Id: 18471
Status: rejected
Priority: 0/
Queue: JDBC

People
Owner: Nobody in particular
Requestors: peter.loo [...] eur.nestle.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Perl JDBC very slow loading
I have started using the Derby Perl JDBC driver. It seems that the statement "use JDBC" takes about 5-10 seconds to load even on a very powerful machine like the IBM/p690. Is there anyway of speeding it up? Thsnks Peter Loo
Inline::Java is doing a lot of work behind the scenes. Bt it should be able to cache the results and so be faster next time. Perpahs there's a problem with the caching. For more help on that you could ask on the inline@perl.org mailing list. Also, keep you eye open for a new release of the JDBC module in the coming weeks. No major changes planned for now, but you may find some things are better.