Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Weeding Out (Score 1) 270

If you have more threads than cores, obviously it slows down, in any language.
If you have 5000 'working' (not sleeping) threads on a single core, obviously they have to share the processing power, obviously every thread can only run with 1/5000ths of the cores capabilities (much lower even due to context switches).

That is a no brainer and has nothing to do with the language.

But good luck running 5k threads with C or C++ then :)

As others already suggested: try Erlang ... but the programming paradigm is quite different.

Comment Re:Fahrenheit? WTHolyF? (Score 1) 210

I'm not so wrong that you need to emphasize it like a jackass. In fact, in the context in which I was thinking, I was absolutely correct:

Diskettes use yet another "megabyte" equal to 1024×1000 bytes.

Footnote:

Microsoft (2003-05-06). "Determining Actual Disk Size: Why 1.44 MB Should Be 1.40 MB". Article ID: 121839. Microsoft. Retrieved 2007-07-07. "The 1.44-megabyte (MB) value associated with the 3.5-inch disk format does not represent the actual size or free space of these disks. Although its size has been popularly called 1.44 MB, the correct size is actually 1.40 MB."

It just so happens that I was *right* in the *wrong context*. Dick.

Comment Re: didn't have to be worse.. (Score 1) 207

You do realize that both UPS and FedEx provide the shipper with a tracking number at the time the shipping label is created, right? Having a tracking number tells you a label has been created (not even necessarily printed) and nothing more; entering the tracking number into the tracking system can provide you more details, but the mere existence of a set of numbers does not convince me that anything has been shipped.

In fact, it was confirmed that iPhones started leaving ZhengZhou on 9-15, the day after I posted that comment. The first of those should be arriving Friday (today, for those who paid for expedited shipping). You seem to think you're good at finding this type of information, so I'll leave that as an exercise for you; for everyone else who reads this, I suggest starting with the search term so generously provided by the AC I'm replying to.

Slashdot Top Deals

"If you want to know what happens to you when you die, go look at some dead stuff." -- Dave Enyeart

Working...