[q-lang-users] stream socket
Brought to you by:
agraef
From: Humbert F. <fh...@fr...> - 2008-02-13 14:56:49
|
My socket first try does not work (Windows Vista) : ==> def SERVER = ("localhost",2000) ==> socket AF_INET SOCK_STREAM 0 336 ==> bind 336 SERVER () ==> listen 336 5 () /* Now I type http://localhost:2000 and CR in my browser URL field. The next accept does not work. */ ==> accept 336 accept 336 |