Push server

Can I create a push server using ASP technology?

Thanks
Mark Goldin [ Do, 27 September 2007 17:06 ] [ ID #1830687 ]

Re: Push server

"Mark Goldin" <mgoldin [at] ufandd.com> wrote in message
news:Ob8kHgRAIHA.4732 [at] TK2MSFTNGP04.phx.gbl...
> Can I create a push server using ASP technology?
>

No.

--
Anthony Jones - MVP ASP/ASP.NET
Anthony Jones [ Do, 27 September 2007 17:38 ] [ ID #1830688 ]

Re: Push server

Mark Goldin wrote:
> Can I create a push server using ASP technology?
>
http://www.15seconds.com/issue/971102.htm

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
reb01501 [ Do, 27 September 2007 17:44 ] [ ID #1830689 ]

Re: Push server

Bob Barrows [MVP] wrote:
> Mark Goldin wrote:
>> Can I create a push server using ASP technology?
>>
> http://www.15seconds.com/issue/971102.htm
>
Of course, that article refers to some obsolete technologies (IE no
longer has "Channels"), so Anthony is probably correct.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
reb01501 [ Do, 27 September 2007 17:49 ] [ ID #1830690 ]

Re: Push server

"Bob Barrows [MVP]" <reb01501 [at] NOyahoo.SPAMcom> wrote in message
news:OjBO33RAIHA.3900 [at] TK2MSFTNGP05.phx.gbl...
> Bob Barrows [MVP] wrote:
> > Mark Goldin wrote:
> >> Can I create a push server using ASP technology?
> >>
> > http://www.15seconds.com/issue/971102.htm
> >
> Of course, that article refers to some obsolete technologies (IE no
> longer has "Channels"), so Anthony is probably correct.


Even with Channels it's the client which schedules a _pull_ of data. There
is no way for an ASP server to initiate and therefore push new information
to a client. Using HTTP there is no option but for the client to poll for
new info.

--
Anthony Jones - MVP ASP/ASP.NET
Anthony Jones [ Fr, 28 September 2007 09:58 ] [ ID #1831702 ]

Re: Push server

Anthony Jones wrote:
> "Bob Barrows [MVP]" <reb01501 [at] NOyahoo.SPAMcom> wrote in message
> news:OjBO33RAIHA.3900 [at] TK2MSFTNGP05.phx.gbl...
>> Bob Barrows [MVP] wrote:
>>> Mark Goldin wrote:
>>>> Can I create a push server using ASP technology?
>>>>
>>> http://www.15seconds.com/issue/971102.htm
>>>
>> Of course, that article refers to some obsolete technologies (IE no
>> longer has "Channels"), so Anthony is probably correct.
>
>
> Even with Channels it's the client which schedules a _pull_ of data.
> There is no way for an ASP server to initiate and therefore push new
> information to a client. Using HTTP there is no option but for the
> client to poll for new info.

Yes, I was thinking the OP would read the article and realize it was not
talking about a true push server, just a technique to approximate one.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
reb01501 [ Fr, 28 September 2007 14:23 ] [ ID #1831706 ]
Webserver » microsoft.public.inetserver.asp.general » Push server

Vorheriges Thema: Writing to a asp text field
Nächstes Thema: HELP! -- previous page in VB and ASP 3.0