Re: Can server initiate update of client pages ?
From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 08/03/04
- Next message: Robert Weatherford: "Re: Will Frontpage be rolled into VS.NET?"
- Previous message: Pavel Sher: "Re: Testing Web Application"
- In reply to: Zvi Danovich: "Re: Can server initiate update of client pages ?"
- Next in thread: Zvi Danovich: "Re: Can server initiate update of client pages ?"
- Reply: Zvi Danovich: "Re: Can server initiate update of client pages ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 18:22:15 +0200
Well, that what web servers are all about - to serve client's requests.
Other way around, keeping clients sessions contradicts scalability. Can I
ask who doesn't recommend polling?
Eliyahu
"Zvi Danovich" <zvi@cmt.co.il> wrote in message
news:%23jjKspWeEHA.3916@TK2MSFTNGP11.phx.gbl...
> Mark, hi,
>
> Your answer means - polling. But polling increases system loading and is
> highly NOT recommended. Are you sure that polling is the only solution ?
>
> "Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
> news:Oh18GKWeEHA.2544@TK2MSFTNGP10.phx.gbl...
> > >1. What ASP.NET mechanism can I use to implement above thing ?
> >
> > Place the following in your page's HTML header:
> > <META HTTP-EQUIV="REFRESH" CONTENT="5">
> >
> > It will force the page to refresh itself every 5 seconds.
> >
> > >2. If this is possible, can such WEB-site be published on UNIX-based
> > Internet Server ?
> >
> > The above will work in any web server because it is raw HTML. However,
> > ASP.NET is designed to run only on the Windows platform.
> >
> > >3. Can it be seen from UNIX-based browser ?
> >
> > The browser is irrelevant.
> >
> >
>
>
- Next message: Robert Weatherford: "Re: Will Frontpage be rolled into VS.NET?"
- Previous message: Pavel Sher: "Re: Testing Web Application"
- In reply to: Zvi Danovich: "Re: Can server initiate update of client pages ?"
- Next in thread: Zvi Danovich: "Re: Can server initiate update of client pages ?"
- Reply: Zvi Danovich: "Re: Can server initiate update of client pages ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|