Thread: byte size

Results 1 to 3 of 3
  1. #1 byte size 
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    how do i determine the best byte size for streams and updateBlocks? e.g.
    new byte[10000]
     

  2. #2  
    Renown Programmer

    Join Date
    Dec 2008
    Posts
    363
    Thanks given
    1
    Thanks received
    28
    Rep Power
    99
    I'm not too familiar with the inner workings of these servers now, but you should establish just how much data is being held in the array at any given time. Preferably, you would want to know the maximum amount of data that will be in that array. Then, you may want to increase the size a bit as a safety buffer.
     

  3. #3  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    OMG IDEA! ArrayList. Auto-resize
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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