|
|
|
||||||
|
Hi,
Could you please update your profile and set your full name and the name of the project you're working on (Ice is our project )? Thanks.It sounds like you're hitting some kind of resource limits but I'm afraid without more information it's impossible to help you. Could you provide the exact exception message, the plaform/OS and the Ice version you're using? Cheers, Benoit. |
|
||||||
|
Hi, benoit
Thanks for your reply. My project is used to implement scientific calculation. So data tranfic between clients and server is heavy. The enviroment of the project is HP-UX 11i. The version of Ice is 3.0.1. The cathed exception is "IceUtil::ThreadSyscallException", it seams the thread pool size of server is low. Sorry for my forgetting the details. I increase the number of size, the system could work properly more. Have any other solution to improve the load? I think about using UDP and multiple ports.
__________________
Fengxb |
|
||||||
|
Hi,
Where is the IceUtil::ThreadSyscallException exception catched? If the exception is printed on the standard output/error it should include some information on the system call error as well as the file and line number where it was raised, for example: Code:
Thread.cpp:551: IceUtil::ThreadSyscallException: thread syscall exception: Resource temporarily unavailable Cheers, Benoit. |
|
||||||
|
Hi,
I have resolved the problem. The reason could be that we offten interupt the program for debugging and the connection thread can not be released normally. When the server has no enough resource to create new thread, it fails to create the new thread and throws an exception. The experience told me that ICE is an excellent platform. Thanks ZeroC provide so great software for us. Feng Xuebin
__________________
Fengxb |
![]() |
| 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 |
| what performance ice vs ace? | BSanLang | Comments | 1 | 10-13-2006 03:20 PM |
| Performance | Ivan | Help Center | 28 | 04-12-2005 07:46 AM |
| Ice Performance | marc | Announcements | 0 | 03-28-2005 08:29 PM |
| Ice vs. JNI throughput performance? | brian | Help Center | 4 | 06-11-2004 02:17 AM |
| Ice performance ? | ChMeessen | Comments | 5 | 09-25-2003 12:47 PM |