It was thus said that the Great vivek relan once stated:
> 
>I am using CGI scriping for server programming. I am interested in raw
>socket. But, it is not working. On the other hand, stream socket is working
>properly. Anybody know about it ? or Is there is no support for raw socket?

  What exactly are you trying to do?  In network programming, TCP
connections are made using stream sockets, UDP uses datagram sockets and raw
sockets are only available for the root user (and even then, very rarely
used).

  -spc 




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to