Re: Thoughts on 2-way RPC

Tupshin Harper <[email protected]> Tue, 20 Jan 2004 20:33:08 -0800
Newsgroups gmane.comp.java.xwt.widgets
Message-ID <[email protected]>
Charles Goodwin wrote:

>On Wed, 2004-01-21 at 03:51, Tupshin Harper wrote:
>  
>
>>Not strictly true. Anytime you have the ability to keep a tcp session 
>>open (e.g. telnet or ssh), the server can initiate a transfer to the 
>>client without the client polling.
>>
>>Check out this post from March of 2002 which talks about using http 
>>keep-alive to handle this reasonably efficiently. As far as I can tell, 
>>all of the mentioned issues are still quite relevant to xwt today.
>>http://lists.xwt.org/pipermail/dev/2002-March/000039.html
>>    
>>
>
>TYes, but doesn't that require modifications to the core?
>
>A subtly hidden client-polling technique does not.
>  
>
Some things *do* belong in the core. ;-)

-Tupshin