Skip to content

A simple sample server (Multithreaded). To be tested with SimpleSampleClient

Notifications You must be signed in to change notification settings

xsalagarcia/SimpleSampleServer

Repository files navigation

Just a simple sample server.

Server class is a Runnable that does a loop with ServerSocket.accept() and adds the gotten socket to a LinkedBlockingQueue.

When server runs, creates some WorkerThread. The created workedTrheads do a loop with linkedBlockingQueue.take() waiting for sockets to deal.

Starter just starts the server.

About

A simple sample server (Multithreaded). To be tested with SimpleSampleClient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages