| distibuted objects programming | |
| 6. concurrency |
Concurrent application is a program that does more than one thing at a time.
Most socket-based web services, like HTTP deamons, servlet engines, and application servers are multithreaded. The support of multiple connections as concurrent ensures that the new connections are added without wait of completion of an existing connection.