public void setConnectionFactory(ConnectionFactory connectionFactory) {
this.connectionFactory = connectionFactory;
if(getFastCGIHandler() == null)
{
setFastCGIHandler(new FastCGIHandler());
}
getFastCGIHandler().setConnectionFactory(connectionFactory);
}