|
|
|
|||||
|
Hello Guys !
I've question around fault tolerancy, IceStorm, IceGrid. I've a simple application that use IceStorm. However, sometimes the server hosting the IceStorm can shutdown... So the idea is to define a replica group inside IceGrid and to define a set of IceStorm. Using both IceGrid and IceStorm doesn't resolve my problem. In fact, client and server using IceStorm should subscribe to all IceStorms available. I would like to know the best way to do it. Thank you. Joël
__________________
Phd Student - University of Lille 1 (France) - I work on distributed simulation (i'm ask my self if i should use Ice has a backend) |
|
|||||
|
The problem space comes down to how you want to handle the failure of your IceStorm node.
If you can tolerate a few lost messages, just have the publisher continue publishing oneway messages as you don't need a full TCP socket for that and as such you won't have to reconnect the publisher after a failure. The subscribers can simply handle the connection lost exception and gracefully attempt to reconnect every 10 seconds or so over the next 5 minutes. If failure is not an option, can I ask why the IceStorm server is shutting down? Servers should have uptime measured in years, not days so... |
|
|||||
|
Quote:
![]() Quote:
Quote:
![]() Thank you
__________________
Phd Student - University of Lille 1 (France) - I work on distributed simulation (i'm ask my self if i should use Ice has a backend) |
|
|||||
|
Quote:
Yes, I know Mr. Murphy all too well... ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Segmentation fault with Freeze | Yunqiao Yin | Help Center | 2 | 02-12-2007 09:08 PM |
| IceStorm with IceGrid | joel vennin | Bug Reports | 2 | 11-13-2006 12:26 PM |
| Segmentation fault in Icestorm | davidcr1983 | Help Center | 4 | 08-08-2006 10:37 AM |
| Load balancing and fault tolerance | andreynech | Help Center | 11 | 05-31-2005 06:47 PM |
| Icebox segmantation fault under ice 2.1.0 | Nis Baggesen | Help Center | 3 | 03-15-2005 12:57 PM |