Re: Preserving object props on sockets
Mike Gran <[email protected]> Thu, 25 Apr 2013 06:56:01 -0700 (PDT)
| Newsgroups | gmane.network.serveez.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Its use in code distributed w/ Serveez was replaced by > - global var (Mandelbrot client) > - hash table (Icecast server) > in commits 0cd25a5e and 5fc34c1c, respectively.=A0 We will change > to use object properties in some future release (not the next); > for now, they serve to illustrate a common coping mechanism (that > would not have been required had Serveez been released w/ proper > support for object properties, ugh). Thi- =A0 Thanks for looking in to this.=A0 On my little program I ended up trying a global var hashtable, but, it was a bit of a kludge. I'll try to test it as soon as I can.