Re: [Pharo-project] SocketsocketStream

2009-10-31 Thread Schwab,Wilhelm K
behavior where it makes sense. Bill -Original Message- From: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Igor Stasenko Sent: Friday, October 30, 2009 7:30 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project

[Pharo-project] SocketsocketStream

2009-10-30 Thread Schwab,Wilhelm K
Hello all, What would be involved in adding a socket stream instance variable/accessor to Socket? Is that something you would support? So far, I created a shared dictionary (cleared on true startup) of sockets to streams, so once created, the stream is associated with the corresponding

Re: [Pharo-project] SocketsocketStream

2009-10-30 Thread Igor Stasenko
2009/10/30 Schwab,Wilhelm K bsch...@anest.ufl.edu: Hello all, What would be involved in adding a socket stream instance variable/accessor to Socket?  Is that something you would support?  So far, I created a shared dictionary (cleared on true startup) of sockets to streams, so once created,

Re: [Pharo-project] SocketsocketStream

2009-10-30 Thread Schwab,Wilhelm K
...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Igor Stasenko Sent: Friday, October 30, 2009 3:54 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] SocketsocketStream 2009/10/30 Schwab,Wilhelm K bsch...@anest.ufl.edu: Hello all, What would

Re: [Pharo-project] SocketsocketStream

2009-10-30 Thread Igor Stasenko
Of Igor Stasenko Sent: Friday, October 30, 2009 3:54 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] SocketsocketStream 2009/10/30 Schwab,Wilhelm K bsch...@anest.ufl.edu: Hello all, What would be involved in adding a socket stream instance variable/accessor

Re: [Pharo-project] SocketsocketStream

2009-10-30 Thread Schwab,Wilhelm K
...@lists.gforge.inria.fr] On Behalf Of Igor Stasenko Sent: Friday, October 30, 2009 6:01 PM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] SocketsocketStream 2009/10/30 Schwab,Wilhelm K bsch...@anest.ufl.edu: Sig, Exposing the streams is an interesting idea, and I think I could adapt

Re: [Pharo-project] SocketsocketStream

2009-10-30 Thread Igor Stasenko
2009/10/31 Schwab,Wilhelm K bsch...@anest.ufl.edu: Sig, Furthering a bad design practice does not illustrate an attempts to promote safe use of resources.  If you knew that adding the behavior was a bad idea, why did you suggest it? because, as to me, what you are proposing is equivalent