4 Aug
                
                    2007
                
            
            
                4 Aug
                
                '07
                
            
            
            
        
    
                11:40 p.m.
            
        george.moschovitis:
is it possible to create a FCGI server that listens to a specific port using the Haskell FCGI library? The front end web server would then communicate with this back end FCGI server through this port. A small example would be really appreciated. thanks,
Yep, certainly possible. lambdaweb does this, as should others. AFAIK its just like using fastcgi in any other language. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi-3000.0.0 -- Don