3 * brisk - Obj/sac-a-push.phh
5 * Copyright (C) 2012 Matteo Nastasi
6 * mailto: nastasi@alternativeoutput.it
7 * matteo.nastasi@milug.org
8 * web: http://www.alternativeoutput.it
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details. You should have received a
19 * copy of the GNU General Public License along with this program; if
20 * not, write to the Free Software Foundation, Inc, 59 Temple Place -
21 * Suite 330, Boston, MA 02111-1307, USA.
25 define('SITE_PREFIX', '/brisk/');
26 define('SITE_PREFIX_LEN', 7);
30 function global_dump()
32 GLOBAL $G_alarm_passwd, $G_black_list, $G_btrace_pref_sub, $G_dbauth;
33 GLOBAL $G_dbpfx, $G_donors_all, $G_donors_cur, $G_is_local, $G_lang;
34 GLOBAL $G_poll_entries, $G_poll_name, $G_poll_title, $G_proxy_white_list;
35 GLOBAL $G_room_roadmap, $G_shutdown, $G_sidebanner, $G_sidebanner2;
36 GLOBAL $G_splash_content, $G_splash_contents, $G_splash_cont_idx;
37 GLOBAL $G_splash_h, $G_splash_idx, $G_splash_interval, $G_splash_timeout;
38 GLOBAL $G_splash_w, $G_topbanner, $G_with_donors, $G_with_poll;
39 GLOBAL $G_with_sidebanner, $G_with_sidebanner2, $G_with_splash;
40 GLOBAL $G_with_topbanner;
42 fprintf(STDERR, "G_alarm_passwd = [%s]\n", print_r($G_alarm_passwd, TRUE));
43 fprintf(STDERR, "G_black_list = [%s]\n", print_r($G_black_list, TRUE));
44 fprintf(STDERR, "G_btrace_pref_sub = [%s]\n", print_r($G_btrace_pref_sub, TRUE));
45 fprintf(STDERR, "G_dbauth = [%s]\n", print_r($G_dbauth, TRUE));
46 fprintf(STDERR, "G_dbpfx = [%s]\n", print_r($G_dbpfx, TRUE));
47 fprintf(STDERR, "G_donors_all = [%s]\n", print_r($G_donors_all, TRUE));
48 fprintf(STDERR, "G_donors_cur = [%s]\n", print_r($G_donors_cur, TRUE));
49 fprintf(STDERR, "G_is_local = [%s]\n", print_r($G_is_local, TRUE));
50 fprintf(STDERR, "G_lang = [%s]\n", print_r($G_lang, TRUE));
51 fprintf(STDERR, "G_poll_entries = [%s]\n", print_r($G_poll_entries, TRUE));
52 fprintf(STDERR, "G_poll_name = [%s]\n", print_r($G_poll_name, TRUE));
53 fprintf(STDERR, "G_poll_title = [%s]\n", print_r($G_poll_title, TRUE));
54 fprintf(STDERR, "G_proxy_white_list = [%s]\n", print_r($G_proxy_white_list, TRUE));
55 fprintf(STDERR, "G_room_roadmap = [%s]\n", print_r($G_room_roadmap, TRUE));
56 fprintf(STDERR, "G_shutdown = [%s]\n", print_r($G_shutdown, TRUE));
57 fprintf(STDERR, "G_sidebanner = [%s]\n", print_r($G_sidebanner, TRUE));
58 fprintf(STDERR, "G_sidebanner2 = [%s]\n", print_r($G_sidebanner2, TRUE));
59 fprintf(STDERR, "G_splash_content = [%s]\n", print_r($G_splash_content, TRUE));
60 fprintf(STDERR, "G_splash_contents = [%s]\n", print_r($G_splash_contents, TRUE));
61 fprintf(STDERR, "G_splash_cont_idx = [%s]\n", print_r($G_splash_cont_idx, TRUE));
62 fprintf(STDERR, "G_splash_h = [%s]\n", print_r($G_splash_h, TRUE));
63 fprintf(STDERR, "G_splash_idx = [%s]\n", print_r($G_splash_idx, TRUE));
64 fprintf(STDERR, "G_splash_interval = [%s]\n", print_r($G_splash_interval, TRUE));
65 fprintf(STDERR, "G_splash_timeout = [%s]\n", print_r($G_splash_timeout, TRUE));
66 fprintf(STDERR, "G_splash_w = [%s]\n", print_r($G_splash_w, TRUE));
67 fprintf(STDERR, "G_topbanner = [%s]\n", print_r($G_topbanner, TRUE));
68 fprintf(STDERR, "G_with_donors = [%s]\n", print_r($G_with_donors, TRUE));
69 fprintf(STDERR, "G_with_poll = [%s]\n", print_r($G_with_poll, TRUE));
70 fprintf(STDERR, "G_with_sidebanner = [%s]\n", print_r($G_with_sidebanner, TRUE));
71 fprintf(STDERR, "G_with_sidebanner2 = [%s]\n", print_r($G_with_sidebanner2, TRUE));
72 fprintf(STDERR, "G_with_splash = [%s]\n", print_r($G_with_splash, TRUE));
73 fprintf(STDERR, "G_with_topbanner = [%s]\n", print_r($G_with_topbanner, TRUE));
79 $fname = LEGAL_PATH."/brisk.pid";
81 if (file_exists($fname)) {
82 log_crit("WARN: brisk.pid already exists");
84 file_put_contents($fname, sprintf("%d\n", $pid));
89 $fname = LEGAL_PATH."/brisk.pid";
91 if (file_exists($fname)) {
96 function post_manage(&$post, $line)
98 $a = explode('&', $line);
99 for ($i = 0 ; $i < count($a) ; $i++) {
100 $b = explode('=', $a[$i]);
103 $post[$b[0]] = urldecode($b[1]);
112 function spu_process_info($stream_info, &$method, &$header, &$get, &$post, &$cookie, &$rest, &$cont)
119 foreach(preg_split("/(\r?\n)/", $stream_info) as $line) {
120 printf("LINE: [%s]\n", $line);
122 if (!isset($header['The-Request'])) {
125 $req = explode(" ", $header['The-Request']);
128 if (isset($header['Cookie'])) {
130 // LINE: [Cookie:sess=50e053a9511ef; CO_splashdate4=1356420646; CO_list=all; table_idx=7; table_token=510d494986925; lang=it; CO_bin5_pref_ring_endauct=false; CO_splashdate5=1358372822; CO_splashdate1=1363203374; CO_splashdate2=1363374826; __utma=43654517.209888411.1356605271.1356605271.1356605271.1; __utmz=43654517.1356605271.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)]
132 $cookies = explode("; ", $header['Cookie']);
133 for ($i = 0 ; $i < count($cookies) ; $i++) {
134 $name = mb_strstr($cookies[$i], "=", TRUE, 'UTF-8');
135 if ($name == FALSE) {
136 if (mb_strlen($cookies[$i]) > 0) {
137 $cookie[$cookies[$i]] = "";
140 printf("WARNING: malformat cookie element [%s]\n", $cookies[$i]);
145 $value = mb_substr($cookies[$i], mb_strlen($name)+1, 10140, 'UTF-8');
146 $cookie[$name] = urldecode($value);
149 // GET params management
150 $get_vars = explode('?', $req[1], 2);
151 $path = $get_vars[0];
152 if (count($get_vars) > 1) {
153 $a = explode('&', $get_vars[1]);
154 printf("A COUNT: [%s] %d\n", $a[0], count($a));
155 for ($i = 0 ; $i < count($a) ; $i++) {
156 $b = explode('=', $a[$i]);
157 $get[$b[0]] = urldecode($b[1]);
160 // POST params management
161 if ($req[0] == 'POST') {
162 $conttype_all = explode(";", $header['Content-Type']);
163 $header['Content-Type'] = $conttype_all[0];
164 // $path_all[1-] other things like charset and so on
166 // if (content-type is wrong || content-length isn't set)
169 if ($header['Content-Type'] != 'application/x-www-form-urlencoded'
170 || !isset($header['Content-Length'])) {
173 $post_len = mb_strlen($line, "ASCII");
174 printf("INFO: postlen: %d\n", $post_len);
175 $rest = (int)($header['Content-Length']) - $post_len;
178 post_manage($post, $line);
190 $split = explode(":", $line, 2);
191 $hea_id = trim(mb_convert_case($split[0], MB_CASE_TITLE, 'UTF-8'));
192 $header[$hea_id] = $split[1];
197 function gpcs_var($name, $get, $post, $cookie)
199 if (isset($GLOBALS[$name]))
201 else if (isset($cookie[$name]))
202 return ($cookie[$name]);
203 else if (isset($post[$name]))
204 return ($post[$name]);
205 else if (isset($get[$name]))
206 return ($get[$name]);
211 function headers_render($header, $len)
215 if (isset($header['cookies'])) {
216 $cookies = $header['cookies']->render();
217 unset($header['cookies']);
219 if (isset($header['Location'])) {
220 $s = sprintf("HTTP/1.1 302 OK\r\n%sLocation: %s\r\n", $cookies, $header['Location']);
222 else if (isset($header['HTTP-Response'])) {
223 $s = sprintf("HTTP/1.1 %s\r\n", $header['HTTP-Response']);
224 foreach($header as $key => $value) {
225 if (strtolower($key) == "http-response")
227 $s .= sprintf("%s: %s\r\n", $key, $value);
230 $s .= sprintf("Content-Length: %ld\r\n", $len);
234 $s = "HTTP/1.1 200 OK\r\n";
236 if (!isset($header['Date']))
237 $s .= sprintf("Date: %s\r\n", date(DATE_RFC822));
238 if (!isset($header['Connection']))
239 $s .= "Connection: close\r\n";
240 if (!isset($header['Content-Type']))
241 $s .= "Content-Type: text/html\r\n";
242 foreach($header as $key => $value) {
243 $s .= sprintf("%s: %s\r\n", $key, $value);
246 $s .= sprintf("Content-Length: %d\r\n", $len);
249 $s .= "Cache-Control: no-cache, must-revalidate\r\n";
250 $s .= "Expires: Mon, 26 Jul 1997 05:00:00 GMT\r\n";
251 if (!isset($header['Content-Encoding'])) {
252 $s .= "Content-Encoding: chunked\r\n";
254 $s .= "Transfer-Encoding: chunked\r\n";
264 * Caching system using ob php system to cache old style pages
265 * to a var and than send it with more calm
270 log_rd2("SHUTTA [".connection_status()."] !");
273 register_shutdown_function('shutta');
279 function get_encoding($header)
282 if (isset($header['Accept-Encoding'])) {
283 $acc = explode(',', $header['Accept-Encoding']);
285 if (array_search('gzip', $acc) !== FALSE) {
288 else if (array_search('deflate', $acc) !== FALSE) {
298 // Set-Cookie: reg_fb_gate=deleted; Expires=Thu, 01-Jan-1970 00:00:01 GMT; Path=/; Domain=.foo.com; HttpOnly
299 // string $name [, string $value [, int $expire = 0 [, string $path [, string $domain [, bool $secure = false [, bool $httponly = false ]]]]]] )
302 $this->attr = array();
305 static function create($name)
307 $thiz = new Cookie();
309 $thiz->attr[$name] = "";
311 $argc = func_num_args();
312 for ($i = 1 ; $i < $argc ; $i++) {
313 $arg = func_get_arg($i);
316 $thiz->attr[$name] = urlencode($arg);
319 $thiz->attr['Expires'] = gmdate('D, d M Y H:i:s \G\M\T', $arg); // RFC 1211 format
322 $thiz->attr['Path'] = $arg;
325 $thiz->attr['Domain'] = $arg;
329 $thiz->attr['Secure'] = NULL;
334 $thiz->attr['HttpOnly'] = NULL;
350 foreach ($this->attr as $k => $v) {
352 $r .= sprintf("%s%s", ($isfirst ? "" : "; "), $k);
355 $r .= sprintf("%s%s=%s", ($isfirst ? "" : "; "), $k, $v);
370 $this->cookies = array();
375 if (($cookie = call_user_func_array("Cookie::create", func_get_args())) == FALSE)
378 array_push($this->cookies, $cookie);
386 foreach ($this->cookies as $cookie) {
387 $r .= $cookie->render();
396 // maybe fixed_fd is unuseful
397 static $fixed_fd = 3;
398 static $cnt_master = NULL;
399 static $cnt_slave = NULL;
404 var $s2u; // user associated with input socket
405 var $s2p; // pending page associated with input socket
421 function Sac_a_push()
425 function sig_handler($sig)
432 if (static::$cnt_master != NULL) {
433 fwrite(static::$cnt_master, "\nshutdown\n");
434 fflush(static::$cnt_master);
441 if (static::$cnt_master != NULL) {
442 fwrite(static::$cnt_master, "\nreload\n");
443 fflush(static::$cnt_master);
449 static function create(&$app, $sockname, $debug, $blocking_mode)
451 $thiz = new Sac_a_push();
454 $thiz->file_socket = $sockname;
455 $thiz->unix_socket = "unix://$sockname";
456 $thiz->debug = $debug;
457 $thiz->socks = array();
458 $thiz->s2u = array();
459 $thiz->s2p = array();
460 $thiz->pending_pages = array();
462 // create a couple of sockets for control management
463 if (($sockpair = stream_socket_pair(STREAM_PF_UNIX, STREAM_SOCK_STREAM,
464 STREAM_IPPROTO_IP)) == FALSE) {
467 static::$cnt_master = $sockpair[0];
468 static::$cnt_slave = $sockpair[1];
470 pcntl_signal(SIGTERM, array("Sac_a_push", "sig_handler"));
471 pcntl_signal(SIGINT, array("Sac_a_push", "sig_handler"));
472 pcntl_signal(SIGHUP, array("Sac_a_push", "sig_handler"));
474 $thiz->blocking_mode = 0; // 0 for non-blocking
477 for ($i = 0 ; $i < 4096 ; $i++) {
479 $thiz->rndstr .= " ";
481 $thiz->rndstr .= chr(mt_rand(65, 90));
484 if (file_exists($thiz->file_socket)) {
485 unlink($thiz->file_socket);
488 $old_umask = umask(0);
489 if (($thiz->list = stream_socket_server($thiz->unix_socket, $err, $errs)) === FALSE) {
493 stream_set_blocking($thiz->list, $thiz->blocking_mode); # Set the stream to non-blocking
495 if (($thiz->in = fopen("php://stdin", "r")) === FALSE) {
499 $thiz->main_loop = FALSE;
504 function socks_set($sock, $user, $pendpage)
508 $this->socks[$id] = $sock;
510 $this->s2u[$id] = $user;
511 if ($pendpage != NULL)
512 $this->s2p[$id] = $pendpage;
515 function socks_unset($sock)
519 if (isset($this->s2u[$id]))
520 unset($this->s2u[$id]);
521 if (isset($this->s2p[$id]))
522 unset($this->s2p[$id]);
523 unset($this->socks[$id]);
526 function pendpage_try_addcont(&$new_socket, $tout, $method, $header, $get, $post, $cookie, $path, $addr, $rest, $cont)
528 $pendpage = PendingPage::pendingpage_continue(&$new_socket, $this->curtime, $tout, $method,
529 $header, $get, $post, $cookie,
530 $path, $addr, $rest, $cont);
532 $pendpage->try_flush($this->curtime);
533 // Add $pendpage to the pendpage array (in any case)
534 fprintf(STDERR, "IMPORTANT: Pendadd: %d\n", $pendpage->status);
535 $this->pendpage_add($pendpage);
538 function pendpage_try_addflush(&$new_socket, $tout, $enc, $header_out, $content)
540 $pendpage = PendingPage::pendingpage_flushing($new_socket, $this->curtime, $tout, $enc, $header_out, $content);
542 if ($pendpage->try_flush($this->curtime) == FALSE) {
543 // Add $pendpage to the pendpage array
544 $this->pendpage_add($pendpage);
548 function pendpage_add($pendpage)
550 array_push($this->pending_pages, $pendpage);
551 $this->socks_set($pendpage->socket_get(), NULL, $pendpage);
554 function pendpage_rem($pendpage)
556 $sock = $pendpage->socket_get();
557 if (($key = array_search($pendpage, $this->pending_pages)) !== FALSE) {
558 unset($this->pending_pages[$key]);
561 fprintf(STDERR, "WARNING: pendpage not found\n");
563 $this->socks_unset($sock);
564 fprintf(STDERR, "PP_REM: %d\n", intval($sock));
568 function pendpage_try_addwait(&$new_socket, $tout, $method, $header, $get, $post, $cookie, $path, $addr, $rest, $cont)
570 $pendpage = PendingPage::pendingpage_waiting($new_socket, $this->curtime, $tout, $method, $header, $get, $post, $cookie, $path, $addr, $rest, $cont);
572 if ($pendpage->try_flush($this->curtime) == FALSE) {
573 // Add $pendpage to the pendpage array
575 $this->pendpage_add($pendpage);
581 function garbage_manager($force)
583 $this->app->garbage_manager($force);
585 foreach ($this->socks as $k => $sock) {
587 if (isset($this->s2u[$id])) {
588 if ($this->s2u[$id]->sess == '') {
589 if ($this->s2u[$id]->rd_socket_get() != NULL) {
590 $this->s2u[$id]->rd_socket_set(NULL);
592 unset($this->socks[$id]);
593 unset($this->s2u[$id]);
595 printf("CLOSE ON GARBAGE MANAGER\n");
603 GLOBAL $DOCUMENT_ROOT, $HTTP_HOST;
605 GLOBAL $G_alarm_passwd, $G_black_list, $G_btrace_pref_sub, $G_dbauth;
606 GLOBAL $G_dbpfx, $G_donors_all, $G_donors_cur, $G_is_local, $G_lang;
607 GLOBAL $G_poll_entries, $G_poll_name, $G_poll_title, $G_proxy_white_list;
608 GLOBAL $G_room_roadmap, $G_shutdown, $G_sidebanner, $G_sidebanner2;
609 GLOBAL $G_splash_content, $G_splash_contents, $G_splash_cont_idx;
610 GLOBAL $G_splash_h, $G_splash_idx, $G_splash_interval, $G_splash_timeout;
611 GLOBAL $G_splash_w, $G_topbanner, $G_with_donors, $G_with_poll;
612 GLOBAL $G_with_sidebanner, $G_with_sidebanner2, $G_with_splash;
613 GLOBAL $G_with_topbanner;
614 GLOBAL $G_lice_vers, $G_lice_fname, $G_lice_dtsoft, $G_lice_dthard, $G_lice_idx;
616 if ($this->main_loop) {
620 $this->main_loop = TRUE;
622 while ($this->main_loop) {
623 $this->curtime = time();
624 fprintf(STDERR, "IN LOOP: Current opened: %d pending_pages: %d\n", count($this->socks), count($this->pending_pages));
626 /* Prepare the read array */
627 /* // when we manage it ... */
629 /* $read = array_merge(array("$in" => $in), $socks); */
631 $read = array_merge(array(intval($this->list) => $this->list, intval($this->in) => $this->in,
632 intval(static::$cnt_slave) => static::$cnt_slave),
635 if ($this->debug > 1) {
636 printf("PRE_SELECT\n");
641 $num_changed_sockets = @stream_select($read, $write, $except, 0, 500000);
643 if ($num_changed_sockets == 0) {
644 printf(" no data in 5 secs, splash [%d]\n", $G_with_splash);
646 else if ($num_changed_sockets > 0) {
647 printf("num sock %d num_of_socket: %d\n", $num_changed_sockets, count($read));
648 if ($this->debug > 1) {
651 /* At least at one of the sockets something interesting happened */
652 foreach ($read as $i => $sock) {
654 $manage_page = FALSE;
655 /* is_resource check is required because there is the possibility that
656 during new request an old connection is closed */
657 if (!is_resource($sock)) {
660 if ($sock === $this->list) {
661 printf("NUOVA CONNEX\n");
662 if (($new_unix = stream_socket_accept($this->list)) == FALSE) {
663 printf("SOCKET_ACCEPT FAILED\n");
673 if (($new_socket = ancillary_getstream($new_unix, $stream_info)) !== FALSE) {
674 printf("NEW_SOCKET: %d\n", intval($new_socket));
675 stream_set_blocking($new_socket, $this->blocking_mode); // Set the stream to non-blocking
676 printf("RECEIVED HEADER:\n%s", $stream_info);
677 if (($path = spu_process_info($stream_info, $method, $header,
678 $get, $post, $cookie, $rest, $cont))
680 fprintf(STDERR, "TODO: fix wrong header management\n");
682 $addr = stream_socket_get_name($new_socket, TRUE);
683 printf("PATH: [%s]\n", $path);
684 if ($method == "POST" && $rest > 0) {
685 if (isset($header['Expect']) && $header['Expect'] == '100-continue') {
686 fprintf(STDERR, "\nPOSTA DE CHE\n\n");
687 $this->pendpage_try_addcont($new_socket, 20,
688 $method, $header, $get, $post, $cookie,
689 $path, $addr, $rest, $cont);
692 $this->pendpage_try_addwait($new_socket, 20,
693 $method, $header, $get, $post, $cookie,
694 $path, $addr, $rest, $cont);
701 printf("number of sockets after %d\n", count($this->socks));
704 printf("WARNING: ancillary_getstream failed\n");
708 $buf = fread($sock, 4096);
709 // if socket is closed
710 if ($buf == FALSE || mb_strlen($buf, "ASCII") == 0) {
713 printf("INFO: read return false\n");
715 if ($sock === $this->list) {
716 printf("Arrivati %d bytes da list\n", mb_strlen($buf, "ASCII"));
719 else if ($sock === $this->in || $sock === static::$cnt_slave) {
720 printf("Arrivati %d bytes da stdin\n", mb_strlen($buf, "ASCII"));
724 unset($this->socks[$id]);
725 if (isset($this->s2u[$id])) {
726 // $user_a[$s2u[$id]]->disable();
727 if ($this->s2u[$id]->rd_socket_get() != NULL) {
728 // try to send close frame (for websocket)
729 $clo = $this->s2u[$id]->stream_close();
730 $clo_l = mb_strlen($clo, "ASCII");
731 @fwrite($sock, $clo, $clo_l);
732 $this->s2u[$id]->rd_socket_set(NULL);
734 unset($this->s2u[$id]);
738 printf("CLOSE ON READ\n");
740 if ($this->debug > 1) {
741 printf("post unset\n");
742 print_r($this->socks);
746 if ($this->debug > 1) {
749 if ($sock === $this->list) {
750 printf("Arrivati %d bytes da list\n", mb_strlen($buf, "ASCII"));
752 else if ($sock === $this->in || $sock === static::$cnt_slave) {
753 printf("Arrivati %d bytes da stdin\n", mb_strlen($buf, "ASCII"));
755 if ($line == "reload") {
756 require("$DOCUMENT_ROOT/Etc/".BRISK_CONF);
760 else if ($line == "shutdown" || $line == "sd") {
761 if ($this->app->dump_data()) {
770 $key = array_search("$sock", $this->socks);
771 fprintf(STDERR, "Arrivati %d bytes dalla socket n. %d\n", mb_strlen($buf, "ASCII"), $key);
772 if (isset($this->s2p[$id])) {
773 $this->s2p[$id]->rest -= mb_strlen($buf, "ASCII");
774 $this->s2p[$id]->cont .= $buf;
775 if ($this->s2p[$id]->rest <= 0) {
776 $header = $new_socket = $path = $addr = $get = $cookie = 0;
779 $this->s2p[$id]->context_get($header, $new_socket, $path, $addr, $get, $post, $cookie);
780 $this->pendpage_rem($this->s2p[$id]);
781 fprintf(STDERR, "SOCKET RUN: %s\n", $new_socket);
790 if ($manage_page == TRUE) {
791 printf("M: %s\nHEADER:\n", $method);
800 $header_out = array();
801 // TODO: MOVE DOWN request_mgr to factorize new_sockets and POST closed
803 if (!strncmp($path, SITE_PREFIX, SITE_PREFIX_LEN)) {
804 $rret = $this->app->request_mgr($this, $header, $header_out, $new_socket, substr($path, SITE_PREFIX_LEN), $addr, $get, $post, $cookie);
806 fprintf(STDERR, "\n\n DI QUI PASSA [%s]\n\n", $rret);
807 if ($rret == FALSE) {
808 // FIXME: manage 404 !!!
809 printf("TODO: fix unknown page\n");
815 $this->garbage_manager(FALSE);
817 /* manage unfinished pages */
818 foreach ($this->pending_pages as $k => $pendpage) {
819 // TODO: try_flush if exists in the class
820 if ($pendpage->try_flush($this->curtime) == TRUE) {
821 unset($this->pending_pages[$k]);
826 $response: raw stream data not sent
827 $content: html consistent data (<script bla bla>)
828 $user->stream_keepalive($w_ping) ping srv->cli OR srv->cli + cli->srv if $w_ping == TRUE
831 /* manage open streaming */
832 foreach ($this->socks as $k => $sock) {
834 if (isset($this->s2u[$id])) {
835 $user = $this->s2u[$id];
836 $response = $user->rd_cache_get();
838 if (($this->curtime - $user->lacc) > (EXPIRE_TIME_RD / 3)) {
842 $user->ping_req = FALSE;
845 if ($response == "") {
847 $user->stream_main($content, $get, $post, $cookie);
848 printf("[%s] [%d] [%d]\n", $user->name, $user->lacc, $this->curtime);
849 if ($do_ping && $user->ping_req == FALSE) {
850 $content .= $user->stream_keepalive(TRUE);
851 $user->ping_req = TRUE;
853 else if ($content == "" && $user->rd_kalive_is_expired($this->curtime)) {
854 $content = $user->stream_keepalive(FALSE);
856 if ($content != "") {
857 $response = $user->chunked_content($content);
861 if ($response != "") {
862 // echo "SPIA: [".substr($response, 0, 60)."...]\n";
863 // echo "SPIA: [".$response."]\n";
864 $response_l = mb_strlen($response, "ASCII");
865 $wret = @fwrite($sock, $response, $response_l);
866 if ($wret < $response_l) {
867 printf("TROUBLE WITH FWRITE: %d\n", $wret);
868 $user->rd_cache_set(mb_substr($response, $wret, $response_l - $wret, "ASCII"));
871 $user->rd_cache_set("");
874 $user->rd_kalive_reset($this->curtime);
877 // close socket after a while to prevent client memory consumption
878 if ($user->rd_endtime_is_expired($this->curtime)) {
879 if ($this->s2u[$id]->rd_socket_get() != NULL) {
880 $this->s2u[$id]->rd_socket_set(NULL);
882 unset($this->socks[$id]);
883 unset($this->s2u[$id]);
884 $clo = $user->stream_close();
885 $clo_l = mb_strlen($clo, "ASCII");
886 @fwrite($sock, $clo, $clo_l);
888 printf("CLOSE ON LOOP\n");
891 } // foreach ($this->socks...
894 } // function run(...