babuhari123
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2012
04:48 AM
Can Roku Supports Multi threading concept
Hi Friends,
One Doubt, Is Roku Support Multithreading
i facing the issue like
in first page in roposterscreen having 10 items when iam reaching 7th item I am making request to another 10 item through "HTTP request",
mean while can i navigate to rospringboadrscreen with previous items which is already in first page
One Doubt, Is Roku Support Multithreading
i facing the issue like
in first page in roposterscreen having 10 items when iam reaching 7th item I am making request to another 10 item through "HTTP request",
mean while can i navigate to rospringboadrscreen with previous items which is already in first page
3 REPLIES 3

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2012
09:52 AM
Re: Can Roku Supports Multi threading concept
While in general, Brightscript is not multithreaded, some functions are, and what you described is perfectly possible using AsyncGetToString() or other Asynchronous methods of roURLTransfer, in combination with a non-zero wait time for messages from a designated message port.
- Joel
- Joel
babuhari123
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2012
10:45 PM
Re: Can Roku Supports Multi threading concept
Thanks for reply joel,
but i am using AsyncPostFromString() but still same problem can u send me small snippet code for me for support multitasking
but i am using AsyncPostFromString() but still same problem can u send me small snippet code for me for support multitasking

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2012
10:31 AM
Re: Can Roku Supports Multi threading concept
if your springboard screen is not created in a separate function, and uses the same message port, you might be able to make this work the way you want.
- Joel
- Joel