How to run 2 clients and 1 server on the ethernet shield

Hi!

I'm building av automatic plant-watering system, based on a uno and ethernetshield (w5100). I want it to

  • post sensor data (how dry the soil is) to cosm - 1 client
  • Run a telnet server so i can change setpoint (how dry/wet the soil gets) - 1 client and 1 server

Is it posible to do all of this at the same time? (run 2 clients and 1 server simultanious)

Magnus

Web client and web server code can be run together on an arduino with an ethernet shield. Not sure about the other stuff you reference.