Re: [Wonder-disc] EOF & Multithreading
Re: [Wonder-disc] EOF & Multithreading
- Subject: Re: [Wonder-disc] EOF & Multithreading
- From: Guido Neitzer <email@hidden>
- Date: Fri, 11 Jul 2008 15:53:09 -0600
On 11.07.2008, at 14:11, Chuck Hill wrote:
Thanks for the suggestion. It turns out that a raw JDBC connection
with result set operates about 12x the speed of EOF for reading. I
don't need the assistance of EOF for these objects, so I'm going to
go straight to the DB.
In cases like this, I think that is the most appropriate solution.
I think that really depends. You normally get about the same
improvement by using raw rows and you don't have all the Java JDBC
crap to deal with.
And often enough you get still way better results by using appropriate
queries and letting the database do the work.
cug
--
http://www.event-s.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden