Marek
Marek
"on some targets" can you be more precise?
I'm not convinced. I prefer simplicity over portability.
How about d493cb336d348c007952e9909428d03fc941658f ?
yes. systemtap 3.0 is broken with 4.4 kernels. try this: ``` $ cat /usr/local/systemtap/share/systemtap/runtime/linux/runtime_defines.h #ifndef __GFP_WAIT #define __GFP_WAIT __GFP_RECLAIM #endif #ifndef GFP_IOFS #define GFP_IOFS STP_ALLOC_FLAGS #endif ```
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=fcf634098c00dd9cd247447368495f0b79be12d1
@richardcase Do you have benchmarks? Also, would you mind rebasing the branch? (it conflicts with main)
The problem isn't that much in a protocol, it's about making sockjs-client behave in old browsers that don't support typed arrays. Additionally making it work over iframe transports. Another question...
My problem with binaries is the use case - can you tell me why you need to send binary data to a browser? Or do you need to get it...
Hi, thanks for that. Unfortunately exposing cookies from sockjs server is not a good idea. This is due to the fact that sockjs uses an iframe trick, and in the...