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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:36:37+00:00 2026-06-07T05:36:37+00:00

I have a file transfer application (large files) and I want to make it

  • 0

I have a file transfer application (large files) and I want to make it so that it’s extensible. I use async callbacks to read the messages in chunks of 16Kb. Whenever I receive a message, I send it to a class that will “decypher” it and handle it. The format used is simple: (int)Command->(int)MsgLen->(String)Msg.

This is just one example. The problem I’m having is if I want to do multiple reads, what’s the best way to handle this? What happens if there are multiple commands in 1 read? For example I get near the end and I only have 2 bytes for the command as opposed to the full 4?

I thought of a queue but it’s a pain to extract the bytes and convert them. Any better options?

  • 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-07T05:36:37+00:00Added an answer on June 7, 2026 at 5:36 am

    The simplest way is just keep a byte[] array (or similar data structure) of all outstanding data. Always append to that array when new data arrives and then remove only the fully received messages.

    The only thing you’ll need to worry about is if you receive a message while another is being processed – so you’ll need to lock around the operations on the byte[] array.

    There are more “clever” ways to go about this but for most situations the simplest method is the best.

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

Sidebar

Related Questions

I have a File Transfer Application that sends files and folders. (Server - client)
We have a client/server application that needs to transfer the same large files to,
I have a file transfer application (server-client) ... while sending a file, i want
I have a large application written using .Net remoting for file transfer. This was
I have to develop a file server service that transfer file form a specified
I have a php file that acts as a gatekeeper for all the files
I am planning to develop a file transfer application. I have a file transfer
i have file transfer application (Server-Client) TCP [.net 4] why is backgroundworker gives me
I have a simple file transfer application, which transfers 4096 bytes per write from
I'm making a file transfer application between (client-server) and have the tools I need

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.