Results 1 to 8 of 8

Thread: about performance

  1. #1
    fengxb's Avatar
    fengxb is offline Registered User
    Name: feng xuebin
    Organization: jiexin tech
    Project: scientific calculation
    Join Date
    Aug 2003
    Location
    R.P.China
    Posts
    80

    about performance

    Hi, everybody

    I built a project with Ice becouse I deeply depend on excellent capacity of Ice. In my project, the clients has to send huge data to the server. Some ways are adopted to improve the performance, such as AMI, AMD. Everything are normal when the amount of clients is low. When the amount increases huge, the client once will catch an exception-"IceUtil::ThreadSyscallException". I try to increase the config of server side thread pool size but the result is not satisfied.

    Do you have any good advices?

    Thands in advance.

    Fengxb
    Fengxb

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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.

  3. #3
    fengxb's Avatar
    fengxb is offline Registered User
    Name: feng xuebin
    Organization: jiexin tech
    Project: scientific calculation
    Join Date
    Aug 2003
    Location
    R.P.China
    Posts
    80
    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

  4. #4
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    Did you read my article on performance in the last newsletter?

  5. #5
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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
    Having this information would be helpfull to figure out where the problem is coming from.

    Cheers,
    Benoit.

  6. #6
    fengxb's Avatar
    fengxb is offline Registered User
    Name: feng xuebin
    Organization: jiexin tech
    Project: scientific calculation
    Join Date
    Aug 2003
    Location
    R.P.China
    Posts
    80
    Would you please give me a link?
    Fengxb

  7. #7
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    You'll find the Ice newsletters here:

    http://www.zeroc.com/newsletter/

    Cheers,
    Benoit.

  8. #8
    fengxb's Avatar
    fengxb is offline Registered User
    Name: feng xuebin
    Organization: jiexin tech
    Project: scientific calculation
    Join Date
    Aug 2003
    Location
    R.P.China
    Posts
    80
    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Performance Whitepaper
    By kwaclaw in forum Comments
    Replies: 0
    Last Post: 02-17-2011, 08:56 AM
  2. How about the performance of 3.4?
    By linkman in forum Help Center
    Replies: 1
    Last Post: 03-05-2010, 07:37 PM
  3. Ice C++ Performance
    By gesly in forum Help Center
    Replies: 10
    Last Post: 05-02-2007, 08:05 PM
  4. Performance problem ...
    By joel vennin in forum Help Center
    Replies: 2
    Last Post: 08-22-2006, 11:11 AM
  5. Performance
    By Ivan in forum Help Center
    Replies: 28
    Last Post: 04-12-2005, 06:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •