added qse_httpd_entasknph()

enhanced qse_pio_t with posix_spawn()
This commit is contained in:
2012-02-01 14:32:34 +00:00
parent 7a7127b89f
commit a782229fa2
7 changed files with 591 additions and 216 deletions

View File

@ -69,12 +69,13 @@ qse_printf (QSE_T("content = [%.*S]\n"),
x = qse_httpd_entaskcgi (
httpd, client, QSE_NULL, qpath, req);
if (x == QSE_NULL) goto oops;
#if 0
x = qse_httpd_entasknphcgi (
}
else if (dot && qse_mbscmp (dot, QSE_MT(".nph")) == 0)
{
/* nph-cgi */
x = qse_httpd_entasknph (
httpd, client, QSE_NULL, qpath, req);
if (x == QSE_NULL) goto oops;
#endif
}
else
{