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

Boris Popov boris at deepcovelabs.com
Wed Feb 13 20:48:19 UTC 2008


Even better,

-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 Philippe Marschall
> Sent: Wednesday, February 13, 2008 12:40 PM
> To: Seaside - general discussion
> Subject: Re: [Seaside] Re: Re: Swazoo as reverse proxy?
> 
> 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
> >
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
A non-text attachment was scrubbed...
Name: detection.png
Type: image/png
Size: 24894 bytes
Desc: detection.png
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080213/f68f5999/detection-0001.png


More information about the seaside mailing list