RE: OB-Users Digest, Vol 38, Issue 2
"Mickael Signoret" <[email protected]> Wed, 14 Jun 2006 11:33:57 +0200
| Newsgroups | gmane.comp.corba.orbacus |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm using ORBACUS 4.2.2 with java and windows 2000 Server. I'm using the NameService on a win XP server and I send my request the simplest way (no event service or that kind of stuff). My application is sending like 500 messages /second. This is an example of one method in my idl : oneway void last_update(in string id, in double price, in double size, in long long time); Only simple datas, but I'm using the oneway parameters to have an unblock policy. My application is working fine, but it crash about once a day. What happen is very simple : no java/corba exception, no memory problem, no processor problem, but the ORB isn't able to absorb my amount of request / second and block itself or is absorbing a very low quantity of request. And finally I have to restart my software. Again, I double checked, there is no memory problem, no java exception, no TRANSIENT or that kind of Corba Exception. It just doesn't absorb anymore. Anyone had that kind of problem ? Thanks for your time. _______________________________________________ OB-Users Mailing List - [email protected] http://mail.ooc.nf.ca/mailman/listinfo/ob-users Visit our support FAQ before you send a message. http://www.orbacus.com/faq/support.html