• 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

Event Process in Action: Events in Cloud

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Today cloud/grid are hot domains.
Does any body have idea how events are processed in cloud environment?
Or is there any standard for event exchange in cloud?

Thanks in advance.
 
author
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are several start-ups whose claim to fame is processing events in clouds. In general, the type of processing is not different; the implication is on -- event producers/consumers in the cloud, and also the event processing itself can be done in the cloud, you can look them up. There is an experience of doing distributed event processing over a grid over the years, in the chapter that describes implementation issues, we have some discussion about distributed event processing in general.
reply
    Bookmark Topic Watch Topic
  • New Topic