Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
The Internet

Canadian ISPs Speak Out Against Net Neutrality 213

Ars Technica reports on a proceeding being held by the Canadian Radio-television and Telecommunications Commission regarding net neutrality. They requested comments from the public as part of the debate, and several Canadian ISPs took the opportunity to explain why they think it's a bad idea. Quoting: "One of the more interesting responses came from an ISP called Videotron, which told the CRTC that controlling access to content ... 'could be beneficial not only to users of Internet services but to society in general.' As examples of such benefits, Videotron mentioned the control of spam, viruses, and child pornography. It went on to suggest that graduated response rules — kicking users off the 'Net after several accusations of copyright infringement — could also be included as a benefit to society in general. ... Rogers, one of Canada's big ISPs, also chimed in and explained that new regulations might limit its ability to throttle P2P uploads, which it does at the moment. 'P2P file sharing is designed to cause network congestion,' says the company. 'It contributes significantly to latency, thereby making the network unreliable for certain users at periods of such congestion.'"
Mozilla

Firefox Faster In Wine Than Native 493

An anonymous reader writes "Tuxradar did some benchmarks comparing Firefox's Windows and Linux JavaScript performance. 'We did some simple JavaScript benchmarks of Firefox 3.0 using Windows and Linux to see how it performed across the platforms — and the results are pretty bleak for Linux.' Later on, they tried Wine. 'The end result: Firefox from Mozilla or from Fedora has almost nil speed difference, and Firefox running on Wine is faster than native Firefox.'"

Comment Re:Can't hibernate (Score 1) 983

That does sound nifty. How does this stack up to the "HotSpot" optimizations that Java and .NET CLR do?

Im pretty sure the HotSpot name in Java is due to the JIT compilation of "Hot" methods/code.
Regarding the memory then most garbage collecting VMs will probably touch all the used (or even allocated) pages when performing a full garbage sweep so that will mean sucky performance if much of it is in swap. Garbage collecting VMs may gain some by the use of a compacting GC which removes fragmentation and thus keeps the number of allocated pages to a minimum. All in all, the VM will probably unswap all its pages at each GC but keep the number of pages allocated to a minimum.

Comment Re:Cheap = Good for parents (Score 1) 576

They have production, packaging and distribution facilities in Poland (which I guess could be called 2nd world country).
LEGO has been very busy in outsourcing any production in the last 10 years. The company has been bleeding for a long time and its only recently they seem to be doing better. Pretty sure we wont have any LEGO left in Denmark in 10 years :(
Well, except for LEGOLAND which they dont even own anymore.
The Internet

Air Force To Rewrite the Rules of the Internet 547

meridiangod writes "The Air Force is fed up with a seemingly endless barrage of attacks on its computer networks from stealthy adversaries whose motives and even locations are unclear. So now the service is looking to restore its advantage on the virtual battlefield by doing nothing less than the rewriting the 'laws of cyberspace.'" I'm sure that'll work out really well for them.
Java

Netbeans 6 Dual-Licensed Under GPLv2, CDDL 239

Lally Singh writes "Interested in the new Netbeans 6, but didn't trust Sun's (already OSI-approved) CDDL? Sun just Dual-Licensed it under the GPL (v2) with Classpath Exception. Keep your karmic license purity and mix in all the (now compatible) GPL code you want. If you've been using Eclipse, Netbeans 6 is really worth a look. Lean, well-featured, and fast."

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (2) Thank you for your generous donation, Mr. Wirth.

Working...