Am 29.04.2013 um 19:24 schrieb Louis <[email protected]>: > Hello, > > I tried using PacketSocketMBS and it works well for small files. But as soon > as the file size is bigger, I get errors.
What errors? It should simply work for up to 2 GB, but that won't fit in memory in a 32 bit app. > Should I simply chunk my large files into smaller segments ? And if so, how > big? And how ? Well, that's a good idea. You could send maybe small chunks of 1 MB and wait for an answer before sending next one. > Is there a limit above which PacketSocketMBS become unreliable and I shoud > use another kind of socket ? It's your choice. But it's certainly not unreliable. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
