[Seaside] Re: Re: Swazoo as reverse proxy?

Philippe Marschall philippe.marschall at gmail.com
Wed Feb 13 20:40:03 UTC 2008


SeasidePlatformSupport methodsOf: 'avi'

2008/2/13, Boris Popov <boris at deepcovelabs.com>:
> Lesson: next time you have an issue just grep the image for 'avi' first.
>
> ;)
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> boris at deepcovelabs.com
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.
>
> > -----Original Message-----
> > From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> > bounces at lists.squeakfoundation.org] On Behalf Of Brian Brown
> > Sent: Wednesday, February 13, 2008 11:24 AM
> > To: Seaside List
> > Subject: [Seaside] Re: Re: Swazoo as reverse proxy?
> >
> > Avi> This is a one line change to Kom.  Look at #pvtNewListener: .
> The
> > Avi> send to #listenOn:backlogSize: can be changed to
> > Avi> #listenOn:backlogSize:interface: .  For example:
> >
> > Ha!
> >
> > I just spent about an hour trying to see my seaside app running in
> > Parallels on XP from other machines on my network, trying various
> network
> > configs and finally just booted into windows to try it from there. I
> still
> > couldn't see it except on localhost, and thought... "No, I didn't put
> that
> > Kom change in there..." and found:
> >
> > pvtNewListener: backlogSize
> >       "Create a new socket that listens on our port.  The backlog is
> how
> > many
> > simultaneous
> >       connections to accept at the same time"
> >
> >       | listener |
> >       listener := self socketClass newTCP.
> >       self socketsToDestroy add: listener.
> >       listener listenOn: portNumber backlogSize: backlogSize
> interface:
> > #(127 0
> > 0 1) asByteArray.
> >       ^listener
> >
> > ... from avi 2/5/2006 18:23
> >
> > so it was only binding to localhost (127.0.0.1).
> >
> > Very, very strange :)
> >
> > - Brian
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list