X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_rd.php;h=dae16ac40c72940742b7cec43dfa57baca09a522;hb=5b549f2fc0c370d91ce2ea2d6719a85ea1489b9c;hp=defa83c894a635445a33241cf7077b56f7e8e6b7;hpb=54faeacf123066d257566a533da7107c8425785f;p=brisk.git diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index defa83c..dae16ac 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -64,7 +64,7 @@ function blocking_error($is_unrecoverable) $is_page_streaming = TRUE; log_rd2("BLOCKING_ERROR UNREC: ".($is_unrecoverable ? "TRUE" : "FALSE")); - return (sprintf(($is_unrecoverable ? 'hstm.the_end=true; ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");')); + return (sprintf(($is_unrecoverable ? 'hstm.stop(); ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");')); } function page_sync($sess, $page) @@ -73,7 +73,7 @@ function page_sync($sess, $page) $is_page_streaming = TRUE; log_rd2("PAGE_SYNC"); - return (sprintf('hstm.the_end=true; window.onbeforeunload = null; window.onunload = null; document.location.assign("%s");', $page)); + return (sprintf('hstm.stop(); window.onbeforeunload = null; window.onunload = null; document.location.assign("%s");', $page)); } function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_subst, &$new_step, $table_idx, $table_token) @@ -100,7 +100,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su if (($sem = Bin5::lock_data(FALSE, $table_idx)) == FALSE) { // wait 20 secs, then restart the xhr ignore_user_abort(FALSE); - return ("sleep(gst,20000);|hstm.xhr_rd_abort();"); + return ("sleep(gst,20000);|hstm.xhr_abort();"); } if (($user = Bin5_user::load_data($table_idx, $proxy_step['i'], $sess)) == FALSE) { @@ -119,7 +119,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su if (($sem = Bin5::lock_data(TRUE, $table_idx)) == FALSE) { // wait 20 secs, then restart the xhr ignore_user_abort(FALSE); - return ("sleep(gst,20000);|hstm.xhr_rd_abort();"); + return ("sleep(gst,20000);|hstm.xhr_abort();"); } $S_load_stat['lL_laccgarb']++; @@ -196,7 +196,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su // else { // ignore_user_abort(FALSE); -// return ("sleep(gst,20000);|hstm.xhr_rd_abort();"); +// return ("sleep(gst,20000);|hstm.xhr_abort();"); // } // $first_loop = FALSE;