[haXe] Working with very large strings and remoting messages
Nicolas Cannasse
ncannasse at motion-twin.com
Thu Dec 6 10:55:21 CET 2007
Michael Pliskin a écrit :
> Hello all,
>
> Actually, my experience shows that remoting can handle quite large
> amounts of data - at least stuff like 512 Kb or so worked fine for
> me (over http although). This brings a question - what are the real
> limits? mod_neko has a 256 kb post data size limit at the moment
> (can be easily increased), any info on other limits on Flash/JS
> side?
It actually depends which kind of remoting, since the way of sending
data is different. I think there's a limit of a few hundreds of KB for
Flash/JS, and for socket remoting there's a protocol limit of 4 KB per
message.
Best,
Nicolas
More information about the Haxe
mailing list