[Pharo-project] Startup/shutdown
Andy, Hopefully this is the promised code. Getting this across town and through the layers of MS software has been interesting, to put it mildly. Bill
Hi Bill, if you don't want your code to be lost, please add it to the tracker. 2009/9/1 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Andy,
Hopefully this is the promised code. Â Getting this across town and through the layers of MS software has been interesting, to put it mildly.
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Damien, I'm still trying to figure out whether or not it should be lost :) Will do though. However, the real benefit will be to move all of the memory management to it or something like it. I am still a little surprised (or is it made suspicious by?) the fact that it appears to be possible to do with the information the image has now. Part of me wonders <somebody's gotta say it>why in the hell</somebody's gotta say it> nobody dealt with it years ago. Not having to litter code with extraneous network iniializations should be enough motivation to do something so simple, assuming it is indeed so simple. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, September 01, 2009 4:36 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Startup/shutdown Hi Bill, if you don't want your code to be lost, please add it to the tracker. 2009/9/1 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Andy,
Hopefully this is the promised code. Â Getting this across town and through the layers of MS software has been interesting, to put it mildly.
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/9/1 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Damien,
I'm still trying to figure out whether or not it should be lost :) Â Will do though. Â However, the real benefit will be to move all of the memory management to it or something like it. Â I am still a little surprised (or is it made suspicious by?) the fact that it appears to be possible to do with the information the image has now. Â Part of me wonders <somebody's gotta say it>why in the hell</somebody's gotta say it> nobody dealt with it years ago. Â Not having to litter code with extraneous network iniializations should be enough motivation to do something so simple, assuming it is indeed so simple.
Bill, i think the main cause of having a lot of duplicated code and many similar stuff repeated here and there, because different parts of system were implemented by different people at different points of time. Sure, we could blame those people for not looking at what was already done, and for not looking at the common stuff and not trying to unify it. But it doesn't makes any sense , because we are having what we having :) What is good, that since years passed, there are guys, like you (and many others) who are brave enough to get deep into that mess and find a way to optimize it, reorganize it, clean it and unify it.
Bill
-----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Tuesday, September 01, 2009 4:36 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Startup/shutdown
Hi Bill,
if you don't want your code to be lost, please add it to the tracker.
2009/9/1 Schwab,Wilhelm K <bschwab@anest.ufl.edu>:
Andy,
Hopefully this is the promised code. Â Getting this across town and through the layers of MS software has been interesting, to put it mildly.
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
participants (3)
-
Damien Cassou -
Igor Stasenko -
Schwab,Wilhelm K