FastCGI port number

 
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI
View previous topic :: View next topic  
Author Message
roughbert
-


Joined: 05 Dec 2006
Posts: 4

PostPosted: Tue Feb 20, 2007 1:40 am    Post subject: FastCGI port number Reply with quote

In fcgi.dll, is socket number the same as port number? If so, which port is used following:
Code:

ret = FCGX_InitRequest( request, 0, 0& )

Am I missing a layer of documentation here in which this question is answered, by the way?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Feb 20, 2007 11:34 am    Post subject: Re: FastCGI port number Reply with quote

roughbert,

They are not the same thing: the socket number is either 0 (the default) or a number returned by another function FCGX_OpenSocket().

By the way, the best way to learn about these functions is to read the source code and especially the .h files: http://www.fastcgi.com/devkit/include/fcgiapp.h .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group