> There's no easy fix.  Thumbnails and some kind of least-recently-used
> caching scheme are probably your best choices.  As Steven pointed out,
> you could always install a Win64 system and a 64-bit Python.  Then, you
> can get about 8TB of process space.  However, that's not particularly
> friendly to your end users, if you need to distribute this.

Not really and option as we do need to distribute and the users are
not at all 'power users'

> No.  The 2GB address space limit is per process.  It doesn't matter what
> other processes are doing.  You can even have several processes using
> 2GB of memory, although your disk will get a good workout.

Thanks.
Any tips/hints on calculating the potentially available space ?
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to