function shutta()
{
- log_rd2("bin5 SHUTTA!".connection_status());
+ log_rd2("bin5 SHUTTA [".connection_status()."] !");
}
-
register_shutdown_function(shutta);
function unrecerror()
return (sprintf('the_end=true; 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)
{
GLOBAL $is_page_streaming, $first_loop, $S_load_stat;
Bin5::save_data($bri);
unset($bri);
}
- log_lock("U");
+ log_main("infolock: U");
Bin5::unlock_data($sem);
ignore_user_abort(FALSE);
} // if (($sem = Bin5::lock_data($table ...
} // if ($first_loop == TRUE) {
if ($cur_step == $proxy_step['s']) {
- log_lock("P");
+ log_main("infolock: P");
return (FALSE);
}
else {
if (($sem = Bin5::lock_data($table_idx)) == FALSE)
break;
- log_lock("P");
+ log_main("infolock: P");
$S_load_stat['U_heavy']++;
if (($user = Bin5_user::load_data($table_idx, $proxy_step['i'], $sess)) == FALSE) {
break;