views:

36

answers:

1

I am using Groovy to do some calculations, within an RCP app. When I first click the button that calls the Groovy code, I get a bit of a delay, which doesn't exist on the next and subsequent clicks. Is there any way I can warm the cache (so to speak) ?

A: 

If it's calling the groovy code the first time that slows you down, can't you call the groovy code sometime earlier? Maybe even spin off another thread just to call it?

Vuntic
very practical. thanks
geejay