/home/karthik/blog

BREW’s Thread Blocking support using IThread [devx]

Posted in BREW, Mobile Frameworks by Karthik Murugesan on November 15, 2006

BREW follows an asynchronous programming model based on cooperative scheduling which makes porting Blocking IO based applications very difficult. Also its not possible to sleep/yield an applet in BREW. In order to ease this, BREW 3.1 has defined an IThread interface.

Check out this article for more details on IThread.

http://www.devx.com/wireless/Article/32077/1954

Leave a Reply