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]



Reply via email to