Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8670253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:40:07+00:00 2026-06-12T18:40:07+00:00

I have a custom TCP proxy Server listening on port 5888(dummy port). The proxy

  • 0

I have a custom TCP proxy Server listening on port 5888(dummy port). The proxy server listens for incoming connections. When the proxy receives HTTP request for certain pages, it should relay it to the main server on port 80.For other page requests the proxy is required to send data to the main Server on port 8081.

The port 80 is used to service the HTML Pages where as the port 8081 is used for streaming data to the clients.

Client --> Proxy(TCP Proxy Server) --> MainServer
Client <-- Proxy(TCP Proxy Server) <-- MainServer

I have implemented the proxy using the Async programming model (BeginXX and EndXX). The proxy is working fine. I have no problem connecting about 10 clients to this proxy.

Now I want to implement threading in the proxy so that I can have more than 300 simultaneous client connections to the Proxy. What is the Best approach to implement this threading considering the Async programming model (Async sockets).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T18:40:08+00:00Added an answer on June 12, 2026 at 6:40 pm

    It sounds like you want threading for threading’s sake.

    Exactly what problem will be solved by adding extra threads?

    Given that the async model calls back into the ThreadPool, you’re already getting “threading” for free. Why do you want more?

    You can happily copy from one stream to another in the async callback of the read operation. If you use async for writing too, it’s not going to cause any significant burden to the ThreadPool, and IMO the work is best left there.

    Did you consider using async/await for this? If it’s an option, it’s going to make your code several degrees of nesting lighter on the brain.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have custom tcp server listening on port 5888(dummy port). The proxy server listens
I have a custom TCP Server listening on port 5888(dummy port). The proxy server
I have a TCP Server/Client where the Server listens on port 5000 and the
I'm in the designing stages of a custom tcp/ip protocol for mobile client-server communication.
All, Working on a custom TCP/IP server for a text-based multiplayer game, using Ruby.
I have a server written in Erlang with a custom binary interface that gets
I have a client, which communicates to a TCP server. I store a username/password
I have the following code to start my own Cocoa HTTP Server . In
I have problem in Mule when I was using custom tcp protocol and inside
I have a custom IPC system, based on network (TCP-IP). Consider the code (and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.