Search results for query: *

  • Users: mahesh
  • Content: Threads
  • Order by date
  1. mahesh

    Question An operation was attempted on a nonexistent network connection

    Hi I am running server(in C#) that handles multiple requests by creating threads while (true) { HttpListenerContext request = m_listener.GetContext(); ThreadPool.QueueUserWorkItem(ProcessRequest, request); } While runnning the Application i Found some exceptions Occationally...
Back
Top Bottom