Answer Posted / rajashree
a)lower context switching over head.
b)shared state:
allowed concurrent instance of the server to communicate
easily with each other
c)linux supports the POSIX thread standard
i)pthreads library.
ii)portable across most unix platform.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to create packages in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Is assembly language a low level language?
What is nested interface?
How do you create a sop?
What is the maximum size of byte array in java?
Where is the find and replace?
What is the use of static class?
Can a source file contain more than one class declaration?
Is empty set an element of empty set?
What is the super void?
What is Java Package and which package is imported by default?
What is purpose of applet programming?
Why pass by reference is not possible in java?
Why static functions are used?