Re: Cross-browser Real-time Message, Remote JavaScript Callback, a
am 30.01.2008 04:37:01 von not_me
"msdngroup" wrote:
> Hi, Spam Catcher:
>
> You may see our approach at this site
> http://www.udaparts.com/document/articles/browsercallback.ht m
>
> See my inline comments
>
> Thanks!
>
> "Spam Catcher" wrote in message
> news:Xns9A07AA29E619Eusenethoneypotrogers@127.0.0.1...
> > "msdngroup" wrote in
> > news:#ull5m1PIHA.1188@TK2MSFTNGP04.phx.gbl:
> >
> >> Hi, All:
> >>
> >> Can you do something like cross-browser real-time message, remote
> >> JavaScript callback and monitoring browser states remotely?
> >
> > Yes.
>
> Do you mean AJAX polling approach for instanr message? Otherwise, please let
> us know your approach for browser instant message here.
>
> Our remote JavaScript callback supports many development languages like C++,
> C#, VB.NET, JavaScript and even old VB6. How do you do remote JavaScript
> callback. Please let us know.
>
>
> >
> >> Can you ensure web browser running with super speed and much faster
> >> than AJAX?
> >
> > JSON is quite lightweight.
>
> JSON is still too heavy. Our approach is binary transferring data without
> requiring HTTP headers at all. Moreever, our plugin supports requests batch.
> You can batch all of requests into one call and send them to either web
> server or other servers for processing. Do you understand the effect of
> batching requests to web application performance and scalability? Can you
> show us your way for improving web application performance?
>
>
> >
> >> Can you execute asynchronus requests and block browser navigation
> >> buttons at the same time?
> >
> > No.
> >
> > Does your component run within a browser?
>
> Yes. The plug-in runs inside IE6 or later, FireFox 1.5 or later, Netscape 9
> or later, Flock, and Safari.
>
> To demo blocking browser while sending asynchronous request(s), download our
> SocketPro at www.udaparts.com and experiemnt the sample C:\Program
> Files\UDAParts\SocketPro\samples\JavaScript\tutorialone.htm
>
>
> >
> >
> > --
> > spamhoneypot@rogers.com (Do not e-mail)
>
>
>
However this component is not nativelly suported as oposed to AJAX, making
it subject to stop working with browser changes or settings, right?
Re: Cross-browser Real-time Message, Remote JavaScript Callback, a
am 30.01.2008 19:26:24 von Stan
Hi,
Like AJAX, this component is nativelly suported with JavaScript as shown in
samples ..\SocketPro\samples\JavaScript\tutorialone.htm and WebMessage.htm.
This component works correctly no matter how and what settings you change.
It just works across different browsers in window.
http://www.udaparts.com/document/articles/browsercallback.ht m
If I were you, I would like to challenge the components with a list of tough
tasks and see if it works for me. If you have a question, you may post a
message on its dicussion forum at http://www.udaparts.com/groups/index.php
Cheers
"not_me" wrote in message
news:067DFCD8-BC67-458B-BEF6-56717E96E50F@microsoft.com...
>
>
> "msdngroup" wrote:
>
>> Hi, Spam Catcher:
>>
>> You may see our approach at this site
>> http://www.udaparts.com/document/articles/browsercallback.ht m
>>
>> See my inline comments
>>
>> Thanks!
>>
>> "Spam Catcher" wrote in message
>> news:Xns9A07AA29E619Eusenethoneypotrogers@127.0.0.1...
>> > "msdngroup" wrote in
>> > news:#ull5m1PIHA.1188@TK2MSFTNGP04.phx.gbl:
>> >
>> >> Hi, All:
>> >>
>> >> Can you do something like cross-browser real-time message, remote
>> >> JavaScript callback and monitoring browser states remotely?
>> >
>> > Yes.
>>
>> Do you mean AJAX polling approach for instanr message? Otherwise, please
>> let
>> us know your approach for browser instant message here.
>>
>> Our remote JavaScript callback supports many development languages like
>> C++,
>> C#, VB.NET, JavaScript and even old VB6. How do you do remote JavaScript
>> callback. Please let us know.
>>
>>
>> >
>> >> Can you ensure web browser running with super speed and much faster
>> >> than AJAX?
>> >
>> > JSON is quite lightweight.
>>
>> JSON is still too heavy. Our approach is binary transferring data without
>> requiring HTTP headers at all. Moreever, our plugin supports requests
>> batch.
>> You can batch all of requests into one call and send them to either web
>> server or other servers for processing. Do you understand the effect of
>> batching requests to web application performance and scalability? Can you
>> show us your way for improving web application performance?
>>
>>
>> >
>> >> Can you execute asynchronus requests and block browser navigation
>> >> buttons at the same time?
>> >
>> > No.
>> >
>> > Does your component run within a browser?
>>
>> Yes. The plug-in runs inside IE6 or later, FireFox 1.5 or later, Netscape
>> 9
>> or later, Flock, and Safari.
>>
>> To demo blocking browser while sending asynchronous request(s), download
>> our
>> SocketPro at www.udaparts.com and experiemnt the sample C:\Program
>> Files\UDAParts\SocketPro\samples\JavaScript\tutorialone.htm
>>
>>
>> >
>> >
>> > --
>> > spamhoneypot@rogers.com (Do not e-mail)
>>
>>
>>
>
> However this component is not nativelly suported as oposed to AJAX, making
> it subject to stop working with browser changes or settings, right?