Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Rugby questions

 [1/2] from: chris::langreiter::com at: 9-Feb-2002 16:29


What happens if there is a communication breakdown during a (potentially minute-long) Rugby transfer? Is there any way to gracefully handle such cases? Will internal data structures be corrupted? How well does Rugby cope with high load? Best regards, -- Chris

 [2/2] from: m:koopmans2:chello:nl at: 9-Feb-2002 16:59


> What happens if there is a communication breakdown during a (potentially > minute-long) Rugby transfer? Is there any way to gracefully handle such > cases?
You will get a timeout in the best case, so that you can handle the error.
>Will internal data structures be corrupted? How well does Rugby > cope with high load? >
High load? On my Celeron 500 laptop on Linux 50 reqs/sec. On a 1 Ghz Dell with Linux 200-300 seq. Depending on your hardware/os your mileage may vary. FYI: I use it a s a backbone webservices broker in some projects. --maarten