[EMAIL PROTECTED] wrote:

>   User: patriot1burke
>   Date: 01/06/21 14:57:22
> 
>   Modified:    src/main/org/jboss/ejb/plugins/jaws/jdbc
>                         JDBCFinderCommand.java
>   Log:
>   added constructor to facilitate re-use. Removed extra 

>   login for setting up FinderResults since this class is really not used anymore.


Bill,

We need to talk a little bit here - my long term notion for the 
finderresults was to extend it into the invoker layers so that the 
collection that a client gets from these would be a proxy over the 
finder results. At that point we could add a 'page-size' parameter and a 
protocol between the client proxy and the server-side FinderResults to 
request that a new page of entities be brought into memory. This would 
allow us to support finders returning truly huge result sets without 
crashing out on memory. Naturally, this would really only be useful from 
batch processes for example (no matter how well we optimize, no user is 
going to sit while the software goes through 10 million rows!), so the 
real utility of it could easily be questioned.
Would such a feature seem useful to you? Any others with opinions on the 
matter?

thanks,
danch




_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to