How many processes can listen on a single TCP/IP port?
Answer Posted / james
A server is allowed to accept multiple client connected to
the same port number, although each session is unique. To
manage multiple client connections, a server process must be
multithreaded.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
Please describe an example where you used object orientation in one of your programs.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
what are the 3 forms of a prolog term
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
1) How can u create the table?
what is the work of 1tier,2tier,&ntier? Plz Explain it!
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
How to create a new dataset only duplicate observations in proc sort procedure?
define profiler???
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
what is web service in java? have u use before.