<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <meta charset="utf-8">
    <p>I didn't mean to say WebClient was limited. The truth of the
      situation is that I built things around the examples you put into
      WebServer examples, which depend on #default and #reset. You do
      say in #default that it's mainly their to facilitate the examples.
      But as I haven't looked at my own code for several months, it was
      easier to jump to Kom. <br>
      <br>
    </p>
    <p>
      <meta charset="utf-8">
    </p>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255);">"Not sure what you mean. Do you mean you'd like to have one WebServer
instance listening on multiple ports? What would be the use case for this?
This would be simple to add, I just hadn't considered it."

</pre>
    <p>No, I can't think of an situation, where that would be useful.
      Processes listening on different ports, as you showed here: <br>
    </p>
    <p>
      <meta charset="utf-8">
    </p>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255);">"wc8080 := WebServer new listenOn: 8080.
 wc8888 := WebServer new listenOn: 8888."

</pre>
    <p>is what I meant. And clearly WebClient can do that. I think I've
      been using WebClient in a certain way, where all roads lead to the
      class variable Default, and could not see it otherwise. Thank you
      for the example. <br>
    </p>
    <p>Chris <br>
    </p>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "></pre>
  </body>
</html>