Home > other >  [computer network (the top-down approach)] exercises in demanding a multi-threaded webserver
[computer network (the top-down approach)] exercises in demanding a multi-threaded webserver

Time:10-30

What you called multithreading?
In the following code:
ServerSocket=socket. The socket (socket. AF_INET, socket. SOCK_STREAM)
ServerPort=12000
ServerSocket. Bind ((" serverPort))
ServerSocket. Listen (1)

Listen the parameters of the method is not thread?
  • Related