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

  • Home
  • SEARCH
  • 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 795195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T22:26:25+00:00 2026-05-14T22:26:25+00:00

Currently I’m working on a Server-Client system which will be the backbone of my

  • 0

Currently I’m working on a Server-Client system which will be the backbone of my application.
I have to find the best way to send requests and handle them on the server-side.

The server-side should be able to handle requests like this one:

getPortfolio -i 2 -d all

In an old project I decided to send such a request as string and the server application had to look up the first part of the string (“getPortfolio”). Afterwards the server application had to find the correct method in a map which linked the methods with the the first part of the string (“getPortfolio”). The second part (“-i 2 -d all”) got passed as parameter and the method itself had to handle this string/parameter.

I doubt that this is the best solution in order to handle many different requests.

Rgds
Layne

  • 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-14T22:26:25+00:00Added an answer on May 14, 2026 at 10:26 pm

    To me it seems you’re having two different questions.

    For the socket part, I suggest you use Beej’s guide to socket programming if you want to have full control about what you do. If you don’t want to/don’t have the time to treat this part yourself, you can just use a C++ socket library as well. There are plenty of them; I only used this one so far, but others might be as just good (or even better).

    Regarding your parsing algorithm, you may first write down everything about the message format, so you’ll have a strict guideline to follow. Then process step by step:

    First, extract the “first word” and just keep the following parameters in some list. Check if the first word is valid and if it is known. If the “first word” does not match with any of the predefined existing functions, just ignore the message (and eventually report the error to the client application).

    Once you have the matching function, simply call it passing the others parameters.

    This way, each function will do a specific task and your code will be splitted in an elegant way.

    Unfortunately, it is difficult for me to be any more explicit since we somehow lack of details here.

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

Sidebar

Related Questions

Currently we have a hybrid ASP/PHP setup connecting to a SQL Server 2005 database.
Currently I have a service that uses a UserNamePasswordValidator to authenticate the client user.
Currently local storage for javascript is limited to cookies, which makes robust client side
Currently within my application I have a setup where upon submission of data, PHP
Currently I have a larger Solution with different projects (A web application and a
Currently, I don't really have a good method of debugging JavaScript in Internet Explorer and
Currently we have a project with a standard subversion repository layout of: ./trunk ./branches
Currently I'm doing some unit tests which are executed from bash. Unit tests are
Currently I have three tables. GrandParent( tel int, G_Counter int, GField varchar(10)); Parent( tel
Currently my AJAX is working like this: index.php <a href='one.php' class='ajax'>One</a> <div id=workspace>workspace</div> one.php

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.