1 post tagged “v8”
I've wrote fcgi-v8, yesterday.
#!/home/tokuhiro/project/v8/llv8call var count = 0; while (fcgi_accept() >= 0) { print("Content-type: text/html¥r¥n¥r¥n", ++count, "¥nQuery: ", getenv("QUERY_STRING")); }
I've wrote fcgi-v8, yesterday.
#!/home/tokuhiro/project/v8/llv8call var count = 0; while (fcgi_accept() >= 0) { print("Content-type: text/html¥r¥n¥r¥n", ++count, "¥nQuery: ", getenv("QUERY_STRING")); }