September 20, 201015 yr Hi, I wanted to run an ExecuteSQL in a background thread because it takes a while to run and freezes up the UI. Is there any issues if I just run it in a new thread? (eg. new Thread(){run(){fmpro.executeSql("UPDATE...");}}.run(); Is the fmpro object shared? and is it threadsafe if it is shared?, or should I try and synchronise on a static field? Cheers, Ryan
Create an account or sign in to comment