$FUNCNAME$
	FCGI_ACCEPT()
$CATEGORY$
  CGI/FCGI
$SUMMARY$
	Accept FCGI connecton from server peer.
$LANG_RU$
	 FCGI  c .
$SYNTAX$
	FCGI_ACCEPT() --> lAccepted
$ARGUMENTS$
	None.
$LANG_RU$
	.
$RETURNS$
$LANG_RU$
$DESCRIPTION$
	When the connection is accepted, all steram output (via ? or
	QOUT() or similar functions will be redirected to server. The output is
	buffered; you can use function FCGI_FLUSH() to explicitly flush output
	buffers.

	Note that real end of transaction happens when you again call
	FCGI_ACCEPT(), this corresponds to termination of CGI program.
$LANG_RU$
	    ,   
	( ?  QOUT()   )    .

	  ;    
	FCGI_FLUSH()    .

	,       
	 FCGI_ACCEPT().     CGI
	.
$EXAMPLES$
$LANG_RU$
$PECULIARITIES$
$LANG_RU$
$PLATFORMS$
   No dependies of platform.
$LANG_RU$
      
$SEEALSO$
	FCGI_GETENV(),FCGI_READ(),FCGI_FLUSH()
$AUTHOR$
ITK,Paul
$END$









