This is for Noury and Douai's team:
I was playing a bit with last version of rST, trying to make it work with 3.10 (I'm working with Damien Cassou's image) and i found that the unique problem is in the transmission of bytes (it was an error in serialization: WriteStream does not works with non-character elements). Therefore, I changed SocketStream for FastSocketStream and everything works fine... all tests runs without error, and samples too. Is it possible to put this change in SqueakSource? Thanks, Esteban pd: Other possible change is by refactoring SocketStream to use RWBinaryOrTextStream instead WriteStream, but I think this is much more radical than modifying rST package... On 4/17/07, Noury Bouraqadi <[hidden email]> wrote: Hi Esteban, -- "Querer es suscitar las paradojas" Camus. El míto de Sísifo. |
Hi!
"Esteban Lorenzano" <[hidden email]> wrote: > This is for Noury and Douai's team: > > I was playing a bit with last version of rST, trying to make it work with > 3.10 (I'm working with Damien Cassou's image) and i found that the unique > problem is in the transmission of bytes (it was an error in serialization: > WriteStream does not works with non-character elements). Therefore, I > changed SocketStream for FastSocketStream and everything works fine... all > tests runs without error, and samples too. > Is it possible to put this change in SqueakSource? I am not sure I understand - 3.10 already has FastSocketStream AFAIK (the class SocketStream was replaced with the implementation of FastSocketStream in 3.9 - but it is still called SocketStream). Or are you saying that rST has the class SocketStream (the old one) included in it? That sounds odd. regards, Göran |
2007/6/6, [hidden email] <[hidden email]>:
> "Esteban Lorenzano" <[hidden email]> wrote: > > This is for Noury and Douai's team: > > > > I was playing a bit with last version of rST, trying to make it work with > > 3.10 (I'm working with Damien Cassou's image) and i found that the unique > > problem is in the transmission of bytes (it was an error in serialization: > > WriteStream does not works with non-character elements). Therefore, I > > changed SocketStream for FastSocketStream and everything works fine... all > > tests runs without error, and samples too. > > Is it possible to put this change in SqueakSource? > > I am not sure I understand - 3.10 already has FastSocketStream AFAIK > (the class SocketStream was replaced with the implementation of > FastSocketStream in 3.9 - but it is still called SocketStream). Even 3.9 has FastSocketStream named SocketStream. -- Damien Cassou |
Oops, rST is based in an old version of Network-Kernel, thats the real problem... fixing now...
Cheers, Esteban pd: I know, I'm a stupid! On 6/6/07,
Damien Cassou <[hidden email]> wrote: 2007/6/6, [hidden email] <[hidden email]>: -- "Querer es suscitar las paradojas" Camus. El míto de Sísifo. |
In reply to this post by EstebanLM
>From: "Esteban Lorenzano" <[hidden email]>
>Reply-To: The general-purpose Squeak developers >list<[hidden email]> >To: "The general-purpose Squeak developers >list"<[hidden email]> >Subject: Little change in rST (was: RemoteObjects, which version?) >Date: Tue, 5 Jun 2007 22:14:18 -0300 > >Therefore, I changed SocketStream for FastSocketStream and everything >works fine... I thought in 3.9 (or so) Squeak was changed to replace the older, slower Socket with FastSocket? Or do you mean you updated the code due to this fact? _________________________________________________________________ Play games, earn tickets, get cool prizes. Play nowit's FREE! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink1 |
In reply to this post by EstebanLM
Hi Estbean,
Your contribution is welcome. Noury Le 6 juin 07 à 13:37, Esteban Lorenzano a écrit : > Oops, rST is based in an old version of Network-Kernel, thats the > real problem... fixing now... > > Cheers, > Esteban > > pd: I know, I'm a stupid! > > On 6/6/07, Damien Cassou <[hidden email]> wrote: 2007/6/6, > [hidden email] <[hidden email]>: > > "Esteban Lorenzano" <[hidden email] > wrote: > > > This is for Noury and Douai's team: > > > > > > I was playing a bit with last version of rST, trying to make it > work with > > > 3.10 (I'm working with Damien Cassou's image) and i found that > the unique > > > problem is in the transmission of bytes (it was an error in > serialization: > > > WriteStream does not works with non-character elements). > Therefore, I > > > changed SocketStream for FastSocketStream and everything works > fine... all > > > tests runs without error, and samples too. > > > Is it possible to put this change in SqueakSource? > > > > I am not sure I understand - 3.10 already has FastSocketStream AFAIK > > (the class SocketStream was replaced with the implementation of > > FastSocketStream in 3.9 - but it is still called SocketStream). > > Even 3.9 has FastSocketStream named SocketStream. > > -- > Damien Cassou > > > > > -- > "Querer es suscitar las paradojas" > Camus. El míto de Sísifo. > Noury ------------------------------------------------------------------ Dr. Noury Bouraqadi - Enseignant/Chercheur Responsable de l'option I.S.I.C. ARMINES - Ecole des Mines de Douai - Dept. I.A. http://csl.ensm-douai.fr/noury European Smalltalk Users Group Board http://www.esug.org ------------------------------------------------------------------ |
Free forum by Nabble | Edit this page |