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 7186631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:40:16+00:00 2026-05-28T18:40:16+00:00

I am planning on implementing a special purpose TCP server in C on Linux.

  • 0

I am planning on implementing a special purpose TCP server in C on Linux. After doing a little research, it looks like there are a few ways to do this, including single threaded, one thread per connection, and others. For the sockets, there are options like datagram vs stream, and blocking vs non-blocking.

Most of the communication is going to look like:

Client: request id [request info]
Server: status id [response info]

or

Client: request id [request info]
Server: status id [response info]
Client: additional request id [request info]
Server: status id [response info]

Where everything is <1kB and most things are <512B. There may be many individual requests in a short time, however.

So, how do I set up the server so it works most effectively (ie, doesn’t hog resources, doesn’t deny client requests)?

  • 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-05-28T18:40:19+00:00Added an answer on May 28, 2026 at 6:40 pm

    I think your question boils down to performance. Does it?

    If so, three questions:

    • What’s the average/maximum number of clients your server will be handling?
    • Is the connection persistent, or clients connect for every X requests?
    • How much processing is involved when a client sends a new request?

    Anyway, I’d start simple. Make it non-blocking, and single threaded. Profile and stress-test it. Then, if you’re not happy with the presented performance, identify the root cause and try to fix it. As ultimate option, scale it to one worker thread per processor core.

    If you don’t care about reliability and order of delivery, you might want to use UDP.

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

Sidebar

Related Questions

What would the differences be in implementing remote business logic? Currently we are planning
I'm currently implementing a HTML canvas based webapp that features panning. Is there a
I'm planning on doing more coding from home but in order to do so,
I was planning to use url routing for a Web Forms application. But, after
I am building the site and planning on implementing OpenID. I can get an
I'm currently implementing an RSS feeder control for a website. I'm planning to allow
I am implementing a client/server application where video streaming occurs between two computers (in
I have a membership based website and im planning on implementing a referral system.
I'm planning to develop an ASP.NET server control to provide asynchronous username availability validation
I'm planning on implementing some in-app purchase items and I want to save purchase

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.