How to modify a server class to serve more than one request?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mickey0
    New Member
    • Jan 2008
    • 142

    #1

    How to modify a server class to serve more than one request?

    hello,

    I read this server class, and I'm wondering how modify it in a way that the server can serve more than one request.
    link
    Could anyone get me a hint, please?
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Hint: how can a program do more than one thing, concurrently?

    Comment

    • mickey0
      New Member
      • Jan 2008
      • 142

      #3
      Originally posted by BigDaddyLH
      Hint: how can a program do more than one thing, concurrently?
      Sorry, I didn't mean at the same time, but in sequence; that server can manage only one request but if the sender send two files? Probabily my question is trivial but not for me.....
      thanks.,

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by mickey0
        Sorry, I didn't mean at the same time, but in sequence; that server can manage only one request but if the sender send two files? Probabily my question is trivial but not for me.....
        thanks.,
        You probably misunderstood the hint from SmallDaddy. It's meant to be a clue. Answer : Starts with "T" and ends with "hreads".

        Comment

        Working...