new TODO
[brisk.git] / web / spush / brisk-spush.php
index 8e82ebe..075fabd 100755 (executable)
  *
  * TODO
  *
- *   EXPR - DNS access
+ *   - pari + 72 non fa 4x ma attualmente fa 3x, da correggere
+ *   - parametrization of $DOCUMENT_ROOT  var in brisk-spush.phh file
+ *   - parametrization of SITE_PREFIX(_LEN) define
+ *   - move the name of the named socket into the configuration file
+ *   DISABLED_TO_FIX - DNS access (perform blocking dns requests, must be fixed)
+ *
+ *   TEST - database connection fails after a while, check close and try PGSQL_CONNECT_FORCE_NEW.
+ *   TEST - images flickering on slow windows: try to poll stream every 300 ms
+ *
  *   - configuration file management
  *   - centralize all '<script ...' incapsulation to allow multiple transport system.
  *
@@ -66,6 +74,7 @@ require_once("./brisk-spush.phh");
 require_once($G_base."Obj/user.phh");
 require_once($G_base."Obj/brisk.phh");
 require_once($G_base."Obj/auth.phh");
+require_once($G_base."Obj/zlibstream.phh");
 // require_once("../Obj/proxyscan.phh");
 require_once($G_base."index.php");
 require_once($G_base."index_wr.php");