From: Roman S. <rom...@re...> - 2008-07-17 12:17:32
|
Hello team, We found that output into standard streams on linux classic server results in error reading from database connection. It looks like fb_inet_server started by xinetd has stderr and stdout linked to client connection so writing anything into output really writing into connection. Of course fbclient does not wait this data and output error. In normal mode as I see server should not write in output std streams, but user can have his UDF libraries that can do it. Also, planned Java ESP can write. To resolve the problem we can add a switch option for closing stdXXX streams and put this switch by configuring xinetd. Roman Simakov |