Comment programming nim: fun; debugging nim? (Score 1) 199
I found programming in nim fun; when I looked into runtime debugging nim, I wasn't very convinced I could actually use it for anything anytime soon.
I found programming in nim fun; when I looked into runtime debugging nim, I wasn't very convinced I could actually use it for anything anytime soon.
That the book is a satire. In fact, I don't think anyone who has read it thinks it is (though it doesn't take itself very seriously). The movie takes potshots at facism and war propaganda, yes.
Deeply unsure about that. I enjoyed that take, however.
gross
underrated, thanks
Link?
http://arm.com/products/tools/development-boards/versatile-express/index.php
Thank you.
You rule.
Thanks, Christoph.
I think I was mis-reading, section 5.3 is discussing performance with short-lived connections, such as happens with HTTP
Matt
Hi,
Speed-reading the paper, there appears to be some implicit ammunition for the SCTP approach (if it worked!), at least for applications like HTTP, NFS, etc, which are characterized by multiplexing of large and small messages on the stream. I conclude this from section 5.3, which I think states MPTCP over 2 links was slower than ordinary TCP over one link, when message size was 30K.
(Apologies if I'm misreading.)
Thanks,
Matt
Byte stream semantics aren't sufficient, no. I need to multiplex messages. (More downthread.)
Thanks for your insights.
NFS on multipath is my interest, too.
In NFS (v4) on TCP, the endpoints frame messages on the bytestream, independently in each direction. As FireFury03 states above, we're basically (potentially large) packet based. We'd like help from new transports in framing those messages optimally, avoiding head-of-line blocking for entire messages.
In addition to solving HOL, it's been proposed that we could design message framing on SCTP so as to deliver messages and data chunks on different streams, and get some advantages of NFS on RDMA.
I think it's the same story with a lot of protocols, including HTTP. In fact, like most web servers, the ONC RPC stack I work on is in user space, so I have a/the more complex version of these problems.
So do MTCP developers see solutions for any of these problems on the horizon?
Doesn't SCTP provide for these scenarios (and many more)?
Sorry.
Your claim that Obama a) stole and b) took credit for (inventing) the Heritage foundation proposals. He a) didn't, they are proposals b) never falsely claimed credit for inventing them.
What he -did- do, is take a position you apparently do not like. Well, I would prefer single payer too, but I think it's just a fact that Obama never promised to implement single payer--that was widely debated in the campaign cycle. Don't like the policy? Fine. Don't claim betrayal on this one.
If you suspect a man, don't employ him.