Warning: session_start(): open(/var/lib/php/sessions/sess_0sa7kt937oncpmddr3b3a8sbh2, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static void parallelDo(Cl l) { parallelDo(iterator(l), l(l), f); } static void parallelDo(Iterator it, int count) ctex { int poolSize = coresToUse_fixed(), queueSize = 500; NotifyingBlockingThreadPoolExecutor e = new(poolSize, queueSize, 15, TimeUnit.SECONDS); // TODO: if poolSize == 1, do it in this thread long time = sysNow(); try { new Var error; for (A o : iterable(it)) { if (o == null) continue; e.execute(r { pcall { try { o.run(); } catch e { error.set(e); } }}); } e.shutdown(); e.awaitTermination(1, TimeUnit.DAYS); } finally { e.shutdown(); } if (error.has()) throw rethrow(error!); }