BlackBerry threading model

Posted by Rory Fitzpatrick on Stack Overflow See other posts from Stack Overflow or by Rory Fitzpatrick
Published on 2008-12-10T14:42:42Z Indexed on 2010/03/17 12:51 UTC
Read the original article Hit count: 181

Filed under:
|
|
|

I've read a lot of comments mention in passing that the BlackBerry threading model deviates from the Java standard and can cause issues, but no amount of googling has enlightened me on what this means exactly.

I've been developing a fairly large business application for the BlackBerry and, although I don't really have any previous experience with Java multi-threaded applications, haven't come across any issue that we've been able to blame on threading, other than what we caused ourselves.

Can someone describe exactly how the BlackBerry threading model is different, and how I as a developer should take that into account? Obviously any links on the topic would also be great.

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about java