Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:patching a live kernel? (Score 1) 61

What do you think ILO/ILOM, DRAC, RSA, etc. do on x86 servers? Those have their own CPU/storage/OS/network to manage the server remotely even if the main CPU gives out the magic smoke. A sysadmin can use it to wipe out and reinstall the server's OS and perform firmware upgrades without even walking into the server room.

Comment Re: Magnetic strip? (Score 1) 78

What I gather from this is that they managed to print the memory and the circuitry to read/write it. So, instead of requiring a mechanical transport and a magnetic head, you simply connect wires to contacts along the edge of the circuit, and use electrical signals to access the data, eliminating the need for moving components.

Comment Re:Nokia? (Score 2) 207

I came here hoping to see the N900 listed. Thanks for not letting me down. I still miss my N900, two years after inadvertently walking into the Atlantic Ocean with it in my trunks. If the Neo900 manages to produce something within a reasonable time frame, I'll be able to resuscitate it.

Comment Jeff Cogswell is a three-year-old (Score 4, Insightful) 112

My son used to play a silly little match game that he picked up from pre-school when he was three years old. In it, he would take two toys -- cars, action figures, Lego blocks, staple removers, whatever -- hold them in his hands, and ask "Which one are you, X or Y?" After the other person (usually me) answered, he'd act out some sort of epic battle between the two toys in his hands, and then declare one or the other the victor. I always pointed out to him the pointlessness of the game. He didn't care.

Jeff Cogswell's reviews remind me of that game. They're pointless. He doesn't care. And my son grew out of it.

Comment Re:Language is hardly relevant (Score 1) 437

If you're going for speed, you'd be better off serving the HTTP direct from Tomcat and cutting Apache or IIS out of the loop entirely.

Tc-native supports HTTP, HTTPS, and AJP, so you still get native code to handle your sockets whether you want to put a separate HTTP in front of Tomcat or not. The Java-based connectors might be fast, but the native connectors are even faster.

Comment Re:Language is hardly relevant (Score 3, Informative) 437

... he then completely does an about-face and deploys the Tomcat on Windows-- a configuration I've actually never seen and which has to give C# a bit of an advantage...

The official Tomcat installer for Windows (as in, the one that you'd download from tomcat.apache.org installs the Tomcat Native Connector, which improves performance considerably. And there's a lot of vertical market applications for Windows that bundle Tomcat.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...