catlee

catlee

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

64 bit advantages Aug. 2, 2008, 11:21 a.m.

Just a quick note on PAE (on 32-bit machines)…

Yes, you can get more than 4 GB in your machine, and the kernel can make use of it for all sorts of things like caches and buffers.

But no single process can use more than 4 GB of memory.

So you can run more processes without swapping, but if your data set for one process is more than 4 GB you're going to be out of luck on a 32-bit system.

Running a stand-alone central help server July 31, 2008, 2:43 p.m.

I know gentoo makes it hard to have multiple versions (2.4/2.5) of python installed.

Debian and Ubuntu make it pretty easy, although I'm not sure about other distros.

If you think Vista would be easier…good luck

Running a stand-alone central help server July 31, 2008, 1:02 p.m.

JColdrick
Ummm…headaches later? :?

Yeah, like if you install some package through your package manager that also depends on one of these python libraries you've install manually. Your package manager doesn't know anything about the stuff you've thrown in there, so it happily overwrites stuff, and you're left with some kind of mutant hybrid of two different versions.

Same thing goes for upgrades to system-managed software, or even removing a package. It may happily delete files that you need for your manually installed python packages.

And then Matt may decide to use a different version of Paste that conflicts with the previous version, and you want to have both available at the same time…then you've got a big headache.