multithreaded server
This commit is contained in:
@@ -24,7 +24,14 @@ RENDER()
|
||||
<li><a href="memcached.uce">Memcached</a></li>
|
||||
<li><a href="mysql.uce">MySQL Connector</a></li>
|
||||
</ul>
|
||||
<pre><?
|
||||
echo("Worker PID: "+std::to_string(my_pid)+"\n");
|
||||
echo("Parent PID: "+std::to_string(parent_pid)+" \n");
|
||||
?></pre>
|
||||
<pre><?= (var_dump(p)) ?></pre>
|
||||
</>
|
||||
|
||||
String test;
|
||||
test.assign(context->out);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user