Skip navigation.
 
mlRe: Threading - How its done?
FROM : Karl von Moller
DATE : Tue May 06 15:25:34 2008

I think you are right. It is the PDF loading that appears to be 
causing the crashing. I think your guess on the previous call to the 
Thread completing when a new PDF should load is absolutely the 
problem. Trouble is I really don't know how to implement the Unique ID 
system you speak of. I might have to do some serious reading before 
advancing much from here. Any suggested reading or example code I 
could look at?

Many thanks.

Karl

On 06/05/2008, at 10:00 PM, Michael Vannorsdel wrote:

> I'm guessing clicking table items causes a different PDF to be 
> displayed.  If so I suspect when you click through them quickly 
> what's happening is a previous call to your thread is completing 
> when a new PDF is supposed to be displayed and you'll need a way to 
> cancel the loading of the previous request when a new one is 
> needed.  This could be done by giving each request a unique ID and 
> having the PDF view discard (or cache off screen for later) replies 
> for abandoned requests.

Related mailsAuthorDate
mlRE: Threading - How its done? Karl von Moller May 6, 04:17
mlRe: Threading - How its done? John Calhoun May 6, 04:35
mlRe: Threading - How its done? Michael Vannorsdel May 6, 06:28
mlRe: Threading - How its done? Karl von Moller May 6, 06:46
mlRe: Threading - How its done? Michael Vannorsdel May 6, 07:12
mlRe: Threading - How its done? Karl von Moller May 6, 08:07
mlRe: Threading - How its done? Michael Vannorsdel May 6, 12:19
mlRe: Threading - How its done? Karl von Moller May 6, 13:04
mlRe: Threading - How its done? Michael Vannorsdel May 6, 13:10
mlRe: Threading - How its done? Karl von Moller May 6, 13:19
mlRe: Threading - How its done? Michael Vannorsdel May 6, 14:00
mlRe: Threading - How its done? Karl von Moller May 6, 15:25
mlRe: Threading - How its done? Michael Vannorsdel May 6, 16:52
mlRe: Threading - How its done? Michael Ash May 6, 18:34
mlRe: Threading - How its done? Chris Hanson May 8, 07:26
mlRe: Threading - How its done? Michael Vannorsdel May 8, 08:20
mlRe: Threading - How its done? Chris Hanson May 8, 08:45
mlRe: Threading - How its done? Michael Vannorsdel May 8, 09:16
mlRe: Threading - How its done? Scott Ribe May 8, 17:33
mlRe: Threading - How its done? Michael Vannorsdel May 9, 04:49
mlRe: Threading - How its done? Timothy Reaves May 9, 17:49