Skip to content

abdulkashif/Concurrent-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

*************READ ME*****************
The zip file contains Client.py and Server.py
Execute "Server.py" by giving port number as argument - Eg - python Server.py 4022
Now Execute "Client.py" in same or different machines and connect to the server using ip address and port numbers as arguments - Eg python Client.py localhost 4022
It takes the input file for each client created separately and sorts it line by line giving back the sorted array

About

A Server which can handle multiple client requests and serve them simultaneously using fork()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages