Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17495

Re: Ecommerce site - how?

From "R.Wieser" <address@not.available>
Newsgroups comp.lang.php
Subject Re: Ecommerce site - how?
Date 2017-06-27 10:30 +0200
Organization Aioe.org NNTP Server
Message-ID <oit529$8v3$1@gioia.aioe.org> (permalink)
References <d2223e3b-f44c-4ef7-b55a-94e012d85a95@googlegroups.com><oiodsn$pud$1@gioia.aioe.org><PcqdnRTWK6vXeM3EnZ2dnUU7-X3NnZ2d@posted.internetamerica><oir89b$187l$1@gioia.aioe.org> <ercr2hFf9c6U1@mid.individual.net><oirfjf$1na2$1@gioia.aioe.org> <oirgc3$hu4$1@jstuckle.eternal-september.org><oirinj$1t87$1@gioia.aioe.org> <oirqom$o6b$1@jstuckle.eternal-september.org>

Show all headers | View raw


Jerry,

> > You're absolutily right ofcourse, thats exactly why gamers cannot
> > play their online games for an extended period of time.  The
> > newsgroups and fora are full with people complaining about it !  /s
>
> Which is NOT a problem with DHCP.

:-) I know.  Thats what that "/s" (short for "end of sarcasm") is all about.

... and also the paragraph below (which describes lease renewal)

> It doesn't matter how long my *computer* is on.  What counts is
> how long my *router* is on - which is 24/7/365.

Nope.   Its your *modem* which is the deciding factor here (the one which
holds the wan IP, not some intermediate router).

But in the case you actually ment "modem" where you mentioned "router": It
can just send lease renewal messages, and all would be well -- you could
keep a fixed IP for as long as your modem doesn't loose its connection to
the ISP.

> Whether a lease is extended or not is completely up to the DHCP
> server. Most will just assign one from a group of free IP addresses.
>  And since the one just released is at the top of the list, it will get
reassigned.

Almost, but not quite.  Renewal does not mean you drop the IP you have and
do another "I do not have an IP, please give me one" request, it means that
you are requesting *an extension* of the one you already have (you are
sending your current IP as the one you would like to get).   Most DHCP
systems will honor it.

Ofcourse, as some ISPs do not really like you having a fixed IP for some or
another reason, several have introduced the "lets reset the connection
somewhere after midnight", meaning that your modems IP changes at that time,
even when it did not loose its connection.

Bottom line: I don't think that any of them will be daft enough to just
reset the connection when they feel like it, as it would create havoc for
*all* kinds of communications (including the already-mentioned gaming
sessions, but also phonecalls, movie/music stream, etc), especially SSL
connections (they would just be terminated). They would loose customers in
droves.

>  However, if there is a power failure and the system is out for an
> extended period of time (we've been without power for as long as
> five days), a new IP will most probably be reassigned.

Power-cycling the modem will most often cause the same result (in other
words (very) short disconnections often do the same (unless the ISP has some
kind of "lingering" implemented).

> > They don't ?    Does that mean I can't go on a holliday and than
> > just continue shopping either ?    Who could have known ... /s
>
> Whether you can or not has absolutely nothing to do with whether
> the connection is maintained or not.

One word: Whoosh! (it went over your head).

But yes, it has got *nothing* to do with the connection.  Which was exactly
what I tried to convey there (sarcasm and all that).

Regards,
Rudy Wieser


-- Origional message:
Jerry Stuckle <jstucklex@attglobal.net> schreef in berichtnieuws
oirqom$o6b$1@jstuckle.eternal-september.org...
> On 6/26/2017 2:11 PM, R.Wieser wrote:
> > Jerry,
> >
> >> The same thing can happen for anyone using a common router.
> >
> > Nope.  And I'm not even going to explain that.
> >
> >> It could even happen at my home where I have only one router
> >> because I have a dynamic address.  That address can change at
> >> any time and I don't track when the lease runs out.
> >
> > You're absolutily right ofcourse, thats exactly why gamers cannot play
their
> > online games for an extended period of time.  The newsgroups and fora
are
> > full with people complaining about it !  /s
> >
>
> Which is NOT a problem with DHCP.
>
> > And for your information: Besides the fact that most leases are way
longer
> > than most users have their puter on (eight days), a lease is normally
simply
> > extended (with the same IP) by sending a lease renewal request (before
the
> > old one expires ofcourse).
>
> It doesn't matter how long my *computer* is on.  What counts is how long
> my *router* is on - which is 24/7/365.  My computer has a completely
> different address on my LAN.  In fact, all of the computers, printers
> and other networked peripherals have different IP addresses on the LAN -
> but all share the same external IP address.
>
> Whether a lease is extended or not is completely up to the DHCP server.
> Most will just assign one from a group of free IP addresses.  And since
> the one just released is at the top of the list, it will get reassigned.
>  However, if there is a power failure and the system is out for an
> extended period of time (we've been without power for as long as five
> days), a new IP will most probably be reassigned.
>
> >> It does NOT hold a connection open while you go to lunch
> >> while leaving your browser open.
> >
> > They don't ?    Does that mean I can't go on a holliday and than just
> > continue shopping either ?    Who could have known ... /s
>
> Whether you can or not has absolutely nothing to do with whether the
> connection is maintained or not.
>
> > Regards,
> > Rudy Wieser


Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Ecommerce site - how? bit-naughty@hotmail.com - 2017-06-25 05:42 -0700
  Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-25 15:30 +0200
    Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-25 16:03 +0200
    Re: Ecommerce site - how? gordonb.y152t@burditt.org (Gordon Burditt) - 2017-06-26 05:43 -0500
      Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-26 17:12 +0200
        Re: Ecommerce site - how? "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-26 17:54 +0200
          Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-26 19:40 +0200
            Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-26 21:42 +0200
              Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-26 23:14 +0200
                Re: Ecommerce site - how? "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-27 00:28 +0200
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 10:48 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-27 07:56 +0200
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 12:27 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-27 19:15 +0200
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 22:01 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-28 07:07 +0200
                Re: Ecommerce site - how? Gordon Burditt <gordon@hammy.burditt.org> - 2017-06-30 17:08 -0500
        Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-26 18:29 +0200
          Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-26 19:17 +0200
            Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-26 13:34 -0400
              Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-26 20:11 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-26 21:31 +0200
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-26 22:29 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-27 07:19 +0200
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 11:24 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-27 19:43 +0200
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 23:09 +0200
                Re: Ecommerce site - how? "J.O. Aho" <user@example.net> - 2017-06-28 07:12 +0200
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-27 21:10 -0400
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-26 16:32 -0400
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 10:30 +0200
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-27 08:38 -0400
                Re: Ecommerce site - how? "R.Wieser" <address@not.available> - 2017-06-27 17:47 +0200
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-27 12:16 -0400
                Re: Ecommerce site - how? gordonb.bytf1@burditt.org (Gordon Burditt) - 2017-06-29 18:16 -0500
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-29 20:41 -0400
                Re: Ecommerce site - how? gordonb.99a3p@burditt.org (Gordon Burditt) - 2017-06-29 23:39 -0500
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-30 07:28 -0400
                Re: Ecommerce site - how? Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-06-30 13:48 +0000
                Re: Ecommerce site - how? gordonb.gcghn@burditt.org (Gordon Burditt) - 2017-06-30 16:15 -0500
                Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-30 22:35 -0400
                Re: Ecommerce site - how? Richard Damon <Richard@Damon-Family.org> - 2017-06-29 23:46 -0400
        Re: Ecommerce site - how? gordonb.d2wed@burditt.org (Gordon Burditt) - 2017-06-29 17:32 -0500
  Re: Ecommerce site - how? bit-naughty@hotmail.com - 2017-06-27 10:58 -0700
    Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-06-27 15:34 -0400
    Re: Ecommerce site - how? gordonb.4psc7@burditt.org (Gordon Burditt) - 2017-06-30 16:55 -0500
      Re: Ecommerce site - how? bit-naughty@hotmail.com - 2017-07-01 03:03 -0700
        Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-07-01 09:30 -0400
        Re: Ecommerce site - how? Jerry Stuckle <jstucklex@attglobal.net> - 2017-07-01 09:34 -0400

csiph-web