IT Heroes Posted September 20, 2010 Posted September 20, 2010 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
Recommended Posts
This topic is 5190 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now