Results 1 to 3 of 3

Thread: sending a large string

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    40

    Arrow sending a large string

    I am using winsock.senddata to send a large string (over 200 characters) of information.

    Is there a limit on how big the string can be as in file transferring? If so, do I need to "chunk it" as in file transfers if the string exceeds 1000 characters? Is there a way to determine what the max string size should be?

    Input and suggestions are welcome.

  2. #2
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Re: sending a large string

    Send a few larger strings across and see if the is a limit.

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  3. #3
    Addicted Member
    Join Date
    Jan 2006
    Posts
    246

    Re: sending a large string

    I use 200 characters just to be safe.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width