Nicola Musatti <[EMAIL PROTECTED]> skriver:
> On Feb 14, 2:41 pm, Neil Cerutti <[EMAIL PROTECTED]> wrote:
> [...]
>> Don't forget the lack of standard garbage collection.
> memory related problems. I'm aware that most is not the same as all,
> but on the other hand garbage collection has it's problems too:

And that garbabe collection is only good for memory, garbage
collecting open files and network connections work much less
well. Giving the need to add a maonual "delete" function to be called
before the object is destroed when you need the life time controll.
And this having to be reflected in application depenednt way to figure
out how it works in each application.

/ Balp
-- 
http://anders.arnholm.nu/                            Keep on Balping
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to