Results 1 to 10 of 30

Hybrid View

  1. #1
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    Hi DarioCrivelli, thanks for your reply again. I've set the setRequestedMaxFrequency("unfiltered") on the client page but it seems no different, the client page still no response. Below are the logs:

    /*
    var LS_window = parent;
    if (window.LS_e || window.e) {
    LS_window = window;
    }
    if (LS_window.LS_e) {
    } else {
    LS_window.LS_w = LS_window.w;
    LS_window.LS_l = LS_window.l;
    LS_window.LS_e = LS_window.e;
    LS_window.LS_s = LS_window.s;
    LS_window.LS_u = LS_window.u;
    LS_window.LS_v = LS_window.v;
    LS_window.LS_n = LS_window.onEos;
    LS_window.LS_o = LS_window.o;
    LS_window.LS_forceReload = LS_window.forceReload;
    }
    if (LS_window.LS_t) {
    LS_window.LS_t("Lightstreamer");
    }
    var phase = null;
    function setPhase(ph) {
    phase = ph;
    }

    var winPhase = {};
    function setWin(tbl, ph) {
    winPhase[tbl] = ph;
    }

    var clsd = false;
    function c(cod, ph, tbl) {
    LS_window.LS_w(cod, ph, tbl);
    }

    function error(cod, ph, tbl, msg) {
    if (tbl != null) {
    LS_window.LS_l(cod, ph, tbl, msg);
    } else {
    LS_window.LS_l(cod, phase, null, msg);
    }
    }

    function start(sID, addr, kaMs, reqLim, srv) {
    LS_window.LS_e(1, phase, sID, addr, kaMs, reqLim, srv);
    }

    function end() {
    LS_window.LS_e(4, phase);
    }

    function loop(holdMs) {
    LS_window.LS_e(2, phase, holdMs);
    }

    function retry() {
    LS_window.LS_e(3, phase);
    }

    function s0(lastTopFreq, lastSlowFact, maxBW) {
    LS_window.LS_s(phase, -1, lastTopFreq, lastSlowFact, maxBW);
    }
    function y(secs) {
    LS_window.LS_s(phase, secs);
    }

    var unchangedSignal = {};
    unchangedSignal.length = -1;
    function convert(arr, first) {
    var i;
    for (i = first; i < arr.length; i++) {
    if (arr[i] == null || arr[i] == '') arr[i] = unchangedSignal;
    else if (arr[i] == '$') arr[i] = '';
    else if (arr[i] == '#') arr[i] = null;
    else if (arr[i].charAt) {
    var f = arr[i].charAt(0);
    if (f == '$' || f == '#') arr[i] = arr[i].substring(1);
    }
    }
    return arr;
    }
    function d(tbl) {
    LS_window.LS_u(winPhase[tbl], convert(d.arguments, 2));
    }
    function z(tbl) {
    LS_window.LS_v(winPhase[tbl], convert(z.arguments, 2));
    }
    function n(tbl) {
    LS_window.LS_n(winPhase[tbl], n.arguments);
    }
    function r(tbl) {
    LS_window.LS_o(winPhase[tbl], r.arguments);
    }
    function p() {
    LS_window.LS_u(phase, p.arguments);
    }
    window.setPhase = setPhase;
    window.setWin = setWin;
    window.c = c;
    window.error = error;
    window.end = end;
    window.start = start;
    window.loop = loop;
    window.retry = retry;
    window.s0 = s0;
    window.y = y;
    window.convert = convert;
    window.d = d;
    window.z = z;
    window.n = n;
    window.r = r;
    window.p = p;
    window.LS_window = LS_window;
    setPhase(1502);start('S868cb962ea1c57d9T3234016', null, 30000, 50000, 'Lightstreamer HTTP Server');s0(0.0,1.0,-1.0);loop(10000);end();

    */
    09-Jun-09 10:32:34,094 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 7 |Serving request: /lightstreamer/control.html?LS_session=S868cb962ea1c57d9T3234016& LS_window=1&LS_win_phase=4&LS_op=add&LS_req_phase= 19&LS_mode1=COMMAND&LS_id1=NewUser&LS_schema1=key% 20command%20sfe%20datetime%20score%20teama%20teamb %20hhandicap%20ahandicap%20home%20away%20overunder %20over%20under%20bgcolor&LS_snapshot1=true&LS_req uested_max_frequency1=unfiltered&LS_unique=1 from 192.168.1.6:1447
    09-Jun-09 10:32:34,109 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 7 |Controlling session: S868cb962ea1c57d9T3234016 from 192.168.1.6:1447
    09-Jun-09 10:32:34,125 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 9 |Serving request: /lightstreamer/STREAMING_IN_PROGRESS?LS_session=S868cb962ea1c57d9 T3234016&LS_phase=1503& from 192.168.1.6:1448
    09-Jun-09 10:32:34,141 |TRACE|LightstreamerLogger.subscriptions|SERVER POOLED THREAD 7 |Subscribing item NewUser on RBMS_Demo.DEFAULT
    09-Jun-09 10:32:34,141 |DEBUG|LightstreamerLogger.subscriptions|SERVER POOLED THREAD 7 |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:34,156 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 9 |Attaching session: S868cb962ea1c57d9T3234016 from 192.168.1.6:1448
    09-Jun-09 10:32:34,156 |TRACE|LightstreamerLogger.push |SERVER POOLED THREAD 9 |RELEASING DATA --> HTTP/1.0 200 OK
    Date: Tue, 9 Jun 2009 02:32:34 GMT
    Server: Lightstreamer/3.5 build 1428.4 (Lightstreamer Push Server - www.lightstreamer.com) Moderato edition
    Content-Type: text/html; charset=iso-8859-1
    Cache-Control: no-store
    Cache-Control: no-cache
    Pragma: no-cache
    Expires: Thu, 1 Jan 1970 00:00:00 GMT
    Content-Length: 300000
    Connection: close

    <!--
    -- LIGHTSTREAMER
    -- Live Web Content Delivery
    --
    -- www.lightstreamer.com - info@lightstreamer.com
    --
    -- Copyright (c) 2004-2008 Weswit s.r.l. All Rights Reserved.
    -->

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Cache-Control" content="no-store">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="Thu, 1 Jan 1970 00:00:00 GMT">
    <title>Lightstreamer is pushing...</title>

    <script>
    var LS_window = parent;
    if (window.LS_e || window.e) {
    LS_window = window;
    }
    if (LS_window.LS_e) {
    } else {
    LS_window.LS_w = LS_window.w;
    LS_window.LS_l = LS_window.l;
    LS_window.LS_e = LS_window.e;
    LS_window.LS_s = LS_window.s;
    LS_window.LS_u = LS_window.u;
    LS_window.LS_v = LS_window.v;
    LS_window.LS_n = LS_window.onEos;
    LS_window.LS_o = LS_window.o;
    LS_window.LS_forceReload = LS_window.forceReload;
    }
    if (LS_window.LS_t) {
    LS_window.LS_t("Lightstreamer");
    }
    var phase = null;
    function setPhase(ph) {
    phase = ph;
    }

    var winPhase = {};
    function setWin(tbl, ph) {
    winPhase[tbl] = ph;
    }

    var clsd = false;
    function c(cod, ph, tbl) {
    LS_window.LS_w(cod, ph, tbl);
    }

    function error(cod, ph, tbl, msg) {
    if (tbl != null) {
    LS_window.LS_l(cod, ph, tbl, msg);
    } else {
    LS_window.LS_l(cod, phase, null, msg);
    }
    }

    function start(sID, addr, kaMs, reqLim, srv) {
    LS_window.LS_e(1, phase, sID, addr, kaMs, reqLim, srv);
    }

    function end() {
    LS_window.LS_e(4, phase);
    }

    function loop(holdMs) {
    LS_window.LS_e(2, phase, holdMs);
    }

    function retry() {
    LS_window.LS_e(3, phase);
    }

    function s0(lastTopFreq, lastSlowFact, maxBW) {
    LS_window.LS_s(phase, -1, lastTopFreq, lastSlowFact, maxBW);
    }
    function y(secs) {
    LS_window.LS_s(phase, secs);
    }

    var unchangedSignal = {};
    unchangedSignal.length = -1;
    function convert(arr, first) {
    var i;
    for (i = first; i < arr.length; i++) {
    if (arr[i] == null || arr[i] == '') arr[i] = unchangedSignal;
    else if (arr[i] == '$') arr[i] = '';
    else if (arr[i] == '#') arr[i] = null;
    else if (arr[i].charAt) {
    var f = arr[i].charAt(0);
    if (f == '$' || f == '#') arr[i] = arr[i].substring(1);
    }
    }
    return arr;
    }
    function d(tbl) {
    try { LS_window.LS_u(winPhase[tbl], convert(d.arguments, 2)); } catch(exc) {}
    }
    function z(tbl) {
    LS_window.LS_v(winPhase[tbl], convert(z.arguments, 2));
    }
    function n(tbl) {
    LS_window.LS_n(winPhase[tbl], n.arguments);
    }
    function r(tbl) {
    LS_window.LS_o(winPhase[tbl], r.arguments);
    }
    function p() {
    LS_window.LS_u(phase, p.arguments);
    }

    </script>
    </head>

    <body onload="if (! clsd) { retry(); }">
    <script>setPhase(1503);</script><script>start('S868cb962ea1c57d9T3234016', null, 2000, 50000);</script><script>s0(0.0,1.0,-1.0);</script>
    09-Jun-09 10:32:34,172 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING END OF SNAPSHOT NOTIFY for NewUser
    09-Jun-09 10:32:34,172 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:34,172 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=loading, teama=loading [H], teamb=loading, under=loading, score=loading, hhandicap=&nbsp;, bgcolor=white, away=loading, over=loading, sfe=<font color=white>loading</font>, command=ADD, ahandicap=loading, datetime=loading, overunder=loading, key=loading}
    09-Jun-09 10:32:34,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:34,188 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>c(6,4,1);setWin(1,4);setWin(1,4);</script>
    09-Jun-09 10:32:34,391 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"loading","ADD","\u003Cfont color=white>loading\u003C/font>","loading","loading","loading [H]","loading","&nbsp;","loading","loading","loading" ,"loading","loading","loading","white");</script>
    09-Jun-09 10:32:36,172 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {command=DELETE, key=loading}
    09-Jun-09 10:32:36,172 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:36,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","DELETE","#","#","#","#","#","# ","#","#","#","#","#","#","#");</script>
    09-Jun-09 10:32:38,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:40,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:42,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:42,969 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, teama=Adelaide United FC [H], teamb=New Zealand Knights FC, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, score=2 : 1, hhandicap=5, bgcolor=#1BA578, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, sfe=<font color=#FFFFFF>AUS LA</font>, command=ADD, ahandicap=&nbsp;, datetime=27-05-09<br />08:00, overunder=5.5, key=301813}
    09-Jun-09 10:32:42,969 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:42,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>y(8);</script><script>d(1,1,1,"301813","ADD","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","27-05-09\u003Cbr />08:00","2 : 1","Adelaide United FC [H]","New Zealand Knights FC","5","&nbsp;","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:32:44,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:44,969 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.260</a></b>, teama=Indonesia [H], teamb=Australia, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, score=2 : 2, hhandicap=&nbsp;, bgcolor=#D5DBEE, away=<b><a href='#' style='text-decoration:none'>1.620</a></b>, over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, sfe=<font color=#000000>ABC</font>, command=ADD, ahandicap=4/4.5, datetime=27-05-09<br />08:00, overunder=4.5/5, key=301815}
    09-Jun-09 10:32:44,969 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:44,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301815","","\u003Cfont color=#000000>ABC\u003C/font>","","2 : 2","Indonesia [H]","Australia","&nbsp;","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","##D5DBEE");</script>
    09-Jun-09 10:32:46,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:48,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:49,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>1.990</a></b>, under=<b><a href='#' style='text-decoration:none'>1.870</a></b>, command=UPDATE, overunder=1.5/2, key=301815}
    09-Jun-09 10:32:50,734 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:50,750 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(16);</script><script>d(1,1,1,"","UPDATE","","","","","", "","","","","1.5/2","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.990\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.870\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:32:51,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>1.930</a></b>, under=<b><a href='#' style='text-decoration:none'>1.930</a></b>, command=UPDATE, overunder=1.5/2, key=301815}
    09-Jun-09 10:32:51,000 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:51,734 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.930\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.930\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:32:53,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.020</a></b>, away=<b><a href='#' style='text-decoration:none'>1.860</a></b>, command=UPDATE, hhandicap=&nbsp;, ahandicap=1/1.5, key=301815}
    09-Jun-09 10:32:53,000 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:53,000 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","1/1.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.020\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.860\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:32:55,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {command=DELETE, key=301813}
    09-Jun-09 10:32:55,000 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:55,000 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"301813","DELETE","#","#","#","#", "#","#","#","#","#","#","#","#","#");</script>
    09-Jun-09 10:32:57,000 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:34:13,188 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:13,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:13,188 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.260</a></b>, away=<b><a href='#' style='text-decoration:none'>1.620</a></b>, command=UPDATE, hhandicap=&nbsp;, ahandicap=4/4.5, key=301815}
    09-Jun-09 10:34:13,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:13,188 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:13,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:14,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:15,078 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:15,359 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:15,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:15,359 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:15,359 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:16,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 3/3.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.950\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.910\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:17,078 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.110</a></b>, away=<b><a href='#' style='text-decoration:none'>1.770</a></b>, command=UPDATE, hhandicap=4/4.5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:17,078 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:17,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.940\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.920\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:18,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.960\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.900\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:19,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:19,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:19,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:19,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:19,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.950\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.913\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:20,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","&nbsp;"," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:21,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.110</a></b>, under=<b><a href='#' style='text-decoration:none'>1.750</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:21,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:21,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:22,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","","","");</script>
    09-Jun-09 10:34:23,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.130</a></b>, under=<b><a href='#' style='text-decoration:none'>1.730</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:25,781 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:23,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.230\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.650\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:25,781 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:25,781 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:25,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:26,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","\u003C b>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:27,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.120</a></b>, under=<b><a href='#' style='text-decoration:none'>1.740</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:27,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:27,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(113);</script><script>d(1,1,1,"","","","","","","","","", "","","","","","");</script>
    09-Jun-09 10:34:28,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301813","","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","","2 : 3","Adelaide United FC [H]","New Zealand Knights FC","","&nbsp;","&nbsp;","&nbsp;","3.5/4","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.120\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.740\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:34:29,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:29,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:29,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:30,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","4/4.5","","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.110\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.770\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:31,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:31,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:31,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:31,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:31,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","5","","\u003 Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:32,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:33,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:33,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:33,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:33,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:33,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.110\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.750\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:34,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.130\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.730\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:35,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.110</a></b>, away=<b><a href='#' style='text-decoration:none'>1.770</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:35,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:35,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:36,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.120\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.740\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:37,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.120</a></b>, under=<b><a href='#' style='text-decoration:none'>1.740</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:37,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:37,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:38,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","&nbsp;",""," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:39,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:39,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:39,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:39,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:39,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:40,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","5","","\u003 Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:41,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {command=DELETE, key=301813}
    09-Jun-09 10:34:41,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:41,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:42,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(128);</script><script>d(1,1,1,"","","","","","","","","", "\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.110\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.770\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:43,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, teama=Adelaide United FC [H], teamb=New Zealand Knights FC, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, score=2 : 1, hhandicap=5, bgcolor=#1BA578, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, sfe=<font color=#FFFFFF>AUS LA</font>, command=UPDATE, ahandicap=&nbsp;, datetime=27-05-09<br />08:00, overunder=5.5, key=301813}
    09-Jun-09 10:34:43,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:43,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.120\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.740\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:44,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","&nbsp;",""," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:45,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:45,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:45,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:45,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:45,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:46,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","DELETE","#","#","#","#","#","# ","#","#","#","#","#","#","#");</script>
    09-Jun-09 10:34:47,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:47,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:47,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:47,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:47,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","UPDATE","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","27-05-09\u003Cbr />08:00","2 : 1","Adelaide United FC [H]","New Zealand Knights FC","5","&nbsp;","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:34:48,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","&nbsp;",""," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:49,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.040</a></b>, under=<b><a href='#' style='text-decoration:none'>1.820</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:49,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:49,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:50,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","5","","\u003 Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:51,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.050</a></b>, under=<b><a href='#' style='text-decoration:none'>1.810</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:51,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:51,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:52,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301815","","\u003Cfont color=#000000>ABC\u003C/font>","","2 : 2","Indonesia [H]","Australia","&nbsp;","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.040\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.820\u003C/a>\u003C/b>","##D5DBEE");</script>
    09-Jun-09 10:34:53,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:53,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:53,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.050\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.810\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:54,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:55,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.260</a></b>, away=<b><a href='#' style='text-decoration:none'>1.620</a></b>, command=UPDATE, hhandicap=&nbsp;, ahandicap=4/4.5, key=301815}
    09-Jun-09 10:34:55,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:55,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","","","");</script>
    09-Jun-09 10:34:57,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.160</a></b>, under=<b><a href='#' style='text-decoration:none'>1.700</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:57,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:57,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301813","","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","","2 : 1","Adelaide United FC [H]","New Zealand Knights FC","5","&nbsp;","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.160\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.700\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:34:59,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.010</a></b>, away=<b><a href='#' style='text-decoration:none'>1.870</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:59,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:59,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(144);</script><script>d(1,1,1,"","","","","","","","","", "\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.010\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.870\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:35:01,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:03,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:05,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:08,656 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:10,922 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:13,219 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>


    And 1 thing that I noticed is when I open the client page by direct browsing from the browser, the push server immediately receive the client subscriptions signal; but when I browsing the client page in an iframe, it took a while to connect to the server (I guess..) by viewing the push server console. Please correct me if I'm wrong.

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    With respect to the previous log, the "unfiltered" mode has caused the Server to send data to the client, as the "RELEASING DATA" lines show.
    Did you see all those data in the direct loading case and none of them in the iFrame case?

    However, the reported log contains a few anomalies in the events sent that we can't manage to replicate.
    Is it a full log or is it a compound of various log snippets?
    Is it possible that your Data Adapter reuses the Maps it sends through "update" or "smartUpdate"? (this is not supported)

    While the Server output is unclear, it is difficult to understand the effect of using an iFrame on the client side.
    Anyway, may you please show us the two Server logs in the two scenarios for a comparison?

  3. #3
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    Did you see all those data in the direct loading case and none of them in the iFrame case?
    Yes, I can see all those data in the direct loading case but not in the iFrame case.

    Is it a full log or is it a compound of various log snippets?
    It is a full logs.

    Is it possible that your Data Adapter reuses the Maps it sends through "update" or "smartUpdate"?
    Sorry, I don't understand "Maps" case . And I don't see anything in the Web Server logs.

    But I finally found out the problem which it was caused the iFrame. I was unaware of there was a Javascript function which will amend the iFrame height each time an event was pushed, the iFrame height remain unchanged due to the push table structure because it couldn't detect the row of the table.

    I have modified the function and put it under the formatValues funtion and it works nicely now. Thank you very much for all your kind replies.

    And I am planning to do a grouping feature, when a user select certain events from the 1st page, the 2nd page will shows all the sub-events of the selected events. Do you have any idea on how to do this? Thanks

    1st page:
    ===========
    Event1
    ----------------
    Event2
    ----------------
    Event3
    ----------------

    if user select Event1 and Event2, it will navigate to the 2nd page and shows all the sub-events of Event1 and Event2

    2nd page:
    =============================
    Event1 | Sub-Event1
    ----------------------------------------
    Event1 | Sub-Event2
    ----------------------------------------
    Event2 | Sub-Event1
    ----------------------------------------
    Event2 | Sub-Event2
    ----------------------------------------

  4. #4
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    I'm glad it works. If the data you see is what you expect, I won't investigate on the apparent inconsistencies in the Server log.

    About the grouping feature, I suppose that the list shown in the first page is dynamical (i.e. it can grow and shrink in time) and it is produced by a COMMAND mode item.
    Is the list of sub-events for each event also dynamical? Then I think you need to introduce a new COMMAND mode item for each event in order to list all the sub-events.
    Your second page can explicitly subscribe to the details of all the events needed.
    You can take advantage of the DynaMetapushTable support and subscribe to multiple items in the same table; all the rows belonging to different items will be listed.
    You can have those rows sorted primarily by event, then by sub-event, by playing on the sort configuration and using an extra hidden field, that you can determine on the client side, as the sort key.

  5. #5
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    The first page isn't shown dynamical. The events will be retrieve from the database and list on the page together with their correspond ID. When user select certain events, the page will send these selected event IDs (e.g 123,234) to the second page, the push page, and it will shows the sub-events according to the Event IDs passed. This push page is dynamical where it can grow and shrink in time.

    The push page that I am testing currently was using DynaMetaPushTable with COMMAND mode (the second page mentioned was this page actually), just that it doesn't has the grouping feature, it will receive and show all the pushed sub-events. And I would like to add the grouping feature into it.

    I'm thinking since the Event ID(s) was passed from the first page, can the sub-event(s) shows according to the Event ID(s)? Can this be done?
    I have try to add some validation checking on the onChangingValues and onItemUpdate handler but it seems not working
    Is there any demo on this kind of circumstances and MultiDynaMetaPushTable?

    Thank you.

  6. #6
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    The solution on my previous post still applies.
    It requires that your Data Adapter supplies an item for each event. The second page subscribes to exactly the required items. Each item supplies a list of sub-events and all lists are collected by the DynaMetapushTable (or MultiDynaMetapushTable).
    Upon a change of the event selection on the first page, the second page would be reloaded or would remove the table and readd a new table with the new selection.

    If the above is not acceptable and you need to dynamically filter the events and sub-events in your second page, then I'm afraid you cannot take advantage of a DynaMetapushTable or MultiDynaMetapushTable.
    You should resort to a NonVisualTable and display its contents according to the filtering policy; the NonVisualTable also supports COMMAND mode and two level push (see setCommandLogic).

    Of course, I may be missing better solutions.

  7. #7
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    If the above is not acceptable and you need to dynamically filter the events and sub-events in your second page, then I'm afraid you cannot take advantage of a DynaMetapushTable or MultiDynaMetapushTable.
    Did you mean after user have selected certain Event from the first page, the second page will subscribes to required item (sub-events) but any new pushed item that came after second page has subscribed which is not the required one will also show on the second page?

    If I really have to use the NonVisualtable, where can I get the demo? and perhaps, the MultiDynaMetaPushTable as well. Thank you.

 

 

Similar Threads

  1. How to deploy on an external Web Server?
    By AndyKelly in forum Client SDKs
    Replies: 1
    Last Post: July 7th, 2010, 10:50 AM
  2. How to deploy on an external Web Server?
    By AndyKelly in forum Adapter SDKs
    Replies: 0
    Last Post: July 6th, 2010, 10:34 AM
  3. Interaction demo source code
    By sarbao in forum General
    Replies: 1
    Last Post: April 16th, 2009, 08:59 AM
  4. Replies: 4
    Last Post: March 19th, 2008, 10:10 AM
  5. Replies: 1
    Last Post: November 5th, 2007, 01:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 12:29 AM.