Summary: | ungraceful failure when client limit is reached on NT | ||
---|---|---|---|
Product: | TAO | Reporter: | Marina Spivak <marina> |
Component: | ORB | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | ASSIGNED --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 1.1.5 | ||
Hardware: | x86 | ||
OS: | Windows NT |
Description
Marina Spivak
2000-07-22 20:53:53 CDT
Sounds like connection recycling is involved. Kirthika, can you please take a look at this? Put it on my Todo list. Marina could you provide a stack trace if possible? Bala has revamped connection management so this may or may not still be a problem. We need to test it out. A simple test is to set FD_SETSIZE to some small value, start a simple server, and have a perl script start a bunch of clients (# clients > FD_SETSIZE). Each client establishes a connection to the server (i.e., invokes some method) and then sleeps for some amount of time before exiting (to achieve the first client still being connected to the server when the last one is trying to connect). If everything is fine, all the clients will eventually terminate. If the problem is still there, some of the clients will get forever blocked. To tao-support pool. Accepting for tao-support. |