Yep, great ..I were missing this info (when & who exactly calls the run() ) Thanx one more time Scott :)
----- Original Message ----- From: "Scott Eade" <[EMAIL PROTECTED]> To: "Apache Torque Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 13, 2004 14:15 Subject: Re: LargeSelect.run() ? > Bogdan Vatkov wrote: > > >Does anyone knows what is the purpose of the LargeSelect.run() method and how to > >use it in a threadsafe way ? > > > >bogdan > > > > > You don't invoke run() directly, it is invoked as part of the thread.start() in startQuery() which is itself triggered by the LargeSelect constructor or by getResults() when additional data is required. > > See my other post and try the invalidateResult() mechanism. > > Scott > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
