• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Flex and Concurrency

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations on the book Satish. I was wondering if AIR would be able to harness the OS level bridge in order to bring in multi-threading and thus take advantage of multi-core cpu's. This is one area where Java far excels many other platforms in my mind. What do you think?
Thanks
 
Author
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ashish,

Thank you.

I agree with you on this point that AIR needs to have multi-thread support, I hope Adobe will put this into future AIR releases. So far there is Merapi (http://www.merapiproject.net/) which seems to bridge this gap, however I have not personally used it.

Thanks,
 
Ranch Hand
Posts: 544
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Just wandering, would this mean that Flex client running on client browser would be able to spawn threads ?
Would it be advisable?
I might have misunderstood the context of question but just wanted to get more insight on this.

Regds
amit
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AIR does not run in the browser, it is a stand alone Flash client.
 
amit punekar
Ranch Hand
Posts: 544
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
thanks for the reply.
Yeah, it runs in the Flash client but still the client OS will need to handle the threading, isnt it?
Thats what I was curious about?
How good would be that depending on client OS to manage the threads of a web-application running in a fat and Flash client.

regards,
Amit
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic