<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>8359</bug_id>
          
          <creation_ts>2009-11-23 23:31:49 +0000</creation_ts>
          <short_desc>[WA] For Server-Sent Events, add informative language about how this could be implemented using fallback to a push-proxy using OMA Push</short_desc>
          <delta_ts>2010-10-04 14:49:02 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Rob Ennals">robert.ennals</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>29685</commentid>
    <comment_count>0</comment_count>
    <who name="Rob Ennals">robert.ennals</who>
    <bug_when>2009-11-23 23:31:49 +0000</bug_when>
    <thetext>[I&apos;m not sure I specified the correct component - I couldn&apos;t see a component for Server Sent Events]

This is a follow up to our discussion at TPAC.

At TPAC, we had an unconference session where we talked about how Server Sent events could be implemented in a connectionless way using OMA Push and fallback to a push proxy.

I think that it would be useful for this to be mentioned, as informative language, in the spec, since this could be an important reason why a developer might choose to use server sent events, rather than just doing long polling. 

There are three reasons to add such language:
* To inform users that this is a reason that they might want to user server sent events
* To inform implementors of user agents that this is a feature they might want to implement
* To inform network operators that this is a feature they might want to implement


I believe I said in the meeting that I would file a bug report. Here it is :-)


I suggest adding informative language something like the following to the spec for Server Sent Events:


== Implementation as Connectionless Push ==

[this section is non-normative]

If supported by the network, an EventSource may be implemented using connectionless push, without requiring the client to maintain a connection. This can save considerable power, relative to a long polling implementation using XMLHttpRequest.

For example, if the user agent and network both support connectionless event proxying, then an event may be handled using a timeline like the following:

* User agent connects to server, and requests events
* User agent decides to save power by going to sleep
* User agent disconnects from the server
* User agent contacts a &quot;push proxy&quot; provided by the network, asking it to take over management of the event source
* User agent goes to sleep
* Push proxy connects to the server, posing as the user agent
* Server delivers an event to the push proxy
* Push proxy uses a technology such as OMA Push to wake up the user agent
* User agent wakes up, and restores its connection to the server


-Rob</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>29723</commentid>
    <comment_count>1</comment_count>
    <who name="">contributor</who>
    <bug_when>2009-11-25 10:55:53 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4380.
Check-in comment: Elaborate on what SMS push might be.
http://html5.org/tools/web-apps-tracker?from=4379&amp;to=4380
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>