Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment User level networking and the last copy (Score 4, Interesting) 230

This is hardly news and partly mistaken.

The statement that sockets limit throughput by copying between kernel and application processes is a bit simplistic. The copy of Rx data to an application usually primes the cache. If data isn't touched and loaded into the cache at this point, it will have to be loaded shortly, anyway. Granted, for Tx this trick does not hold.

Second, the interface is not the implementation. Just because sockets are traditionally implemented as system calls does not state that they have to. User level networking is a well known alternative to OS services for high-bandwidth and low-latency communication (e.g., U-net developed around '96). I know, because I myself built a network stack with large shared buffers that implements the socket API through local function calls (blatant plug, but on topic. The implementation is still shoddy, but good enough for UDP benchmarking).

User level networking can also offers low latency. My implementation doesn't, but U-net does.

This leaves the third point of the article, on multihoming. As sockets abstract away IP addresses and network interfaces, I don't see why they cannot support multihoming behind the socket interface. Note that IP addresses do not have to mapped 1:1 onto NICs. Operating systems generally support load-balancing or fail-over behind the interface through virtual interfaces (in IRIX) or some other means (Netfilter in Linux).

Not need to replace sockets just yet.

Comment Benefits... and glass shards (Score 4, Interesting) 776

There has been some research (reg.req.) on the benefits of barefoot running. BUt, the article also mentions having to pull glass from your foot... I've tried running barefoot once, on the beach, but wouldn't dare doing it on my standard run through the city. Does anyone here have any experience with the ultra thin Five Fingers running shoes (basically protective gloves around your feet)? Sure, you look like a dick -- almost as bad as Crocs -- but they appear a great alternative.
Games

Ubisoft Testing PC Prince of Persia Without DRM 254

Ars Technica reports that the upcoming PC version of Ubisoft's Prince of Persia will not feature any sort of copy protection. (Not including Steam downloads, of course.) After the backlash in recent months over the DRM in games like Spore and GTA IV, Ubisoft is giving gamers the chance to demonstrate that DRM actually increases piracy. One of Ubisoft's community reps had this to say about their decision: "You`re right when you say that when people want to pirate the game they will but DRM is there to make it as difficult as possible for pirates to make copies of our games. A lot of people complain that DRM is what forces people to pirate games but as PoP PC has no DRM we`ll see how truthful people actually are. Not very, I imagine. Console piracy is something else entirely and I`m sure we`ll see more steps in future to try to combat that."
Google

Google Chrome Is Out of Beta 444

BitZtream writes "This morning Google announced that Chrome is out of Beta, and showing improvements for plugin support, most notably video speed improvements. It also contains an updated javascript engine, claiming that it operates 1.4 times faster than the beta version, and work has begun on an extensions platform to allow easier integration with the browser by third parties."
Security

Submission + - ISP to educate its users about network security

wdebruij writes: "Acknowledging the weakest link in network security, dutch ISP xs4all has begun offering its users internet safety training. According to their announcement (in dutch or through the fish), research has shown users to place an inordinate amount of trust in software protection (virusscanners and such). The training sessions will educate users about other common risks, such as phishing and 401 scams, and how they can protect themselves against these. While education is not new per se (internet driver's license, anyone?), this seems a first among ISPs. Should the competition follow, or is this a pointless exercise?"
Intel

Submission + - Intel's Penryn & Nehalem Cores, Details Emerg

TrackinYeti writes: "Roughly two years ago, Intel talked about their proposed "tick-tock" product strategy which entailed the shift to a new process technology followed by an enhanced or entirely new microarchitecture approximately every year. HotHardware has new details regarding Intel's 2007 "tick", the Penryn core, and next year's "tock", the Nehalem core, which also all ushers in significant changes with Intel's platform architecture as a whole. According to this new information, Nehalem can execute two threads per core, and in some configurations will feature on-die memory controllers and integrated graphics cores. Penryn will be the first core to benefit from the 45nm High-K and metal gate transistor technology and will be the foundation of future processors that span each product segment (mobile, desktop, and server) and power envelope."
Biotech

MIT Shows How to Shut Down Brain With Light 223

An anonymous reader writes "The MIT home-page story today is about a way to use light to shut down brain activity. "Scientists at the MIT Media Lab have invented a way to reversibly silence brain cells using pulses of yellow light, offering the prospect of controlling the haywire neuron activity that occurs in diseases such as epilepsy and Parkinson's disease."

Slashdot Top Deals

BLISS is ignorance.

Working...