[omniORB] intel compiler

Duncan Grisby duncan at grisby.org
Mon Jul 28 13:35:20 BST 2003


On Friday 25 July, Matthew Bettencourt wrote:

> omniORB compiles and runs on a linux system with only one
> modificaton, that is you must define

That's good. Does it really work?  When I looked at the Intel compiler
a while ago, it didn't support exceptions in a thread safe way. That
has the effect that omniORB appears to work, but then mysteriously
blows up at seemingly random times.

One way to be reasonably sure it's ok is to write a client to the echo
server that starts lots of threads calling the server simultaneously.
Then kill the client. If the server doesn't die, exception handling is
probably thread safe. If the server dies, it's because the wrong
threads got the exceptions.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list