Page 1 of 1

Method Read gets query with chunks, where bytesToRead is equ

PostPosted: Sun Dec 06, 2020 4:32 pm
by stask
Good day.

I wrote the application for Mac OS, where web page requests big Blobs with high rate from the app. The size of blob is about 5mb. I made Custom Scheme Handler, and method Read gets query with chunks, where bytesToRead is equal just to 65535.
Is it possible to send data in one chunk with bytesToRead equal nearly to 5000000 ?

For now file upload takes between 30ms and 65ms. I believe, it could be faster and take only 3ms. More, the similar application for Windows based on CefSharp takes 3ms.

On mac I use Chromely v5.0, based on CefGlue. The blobs are app generated video stream frames.

Re: Method Read gets query with chunks, where bytesToRead is

PostPosted: Thu Jan 07, 2021 7:09 am
by stask
I found the same case in the post from 2014: viewtopic.php?f=6&t=12172&p=22917&hilit=65535#p22917