Re: Detaching program from controlling terminal

2004-06-15 Thread Julian Cowley
On Tue, 15 Jun 2004, Ihsan Junaidi Ibrahim wrote: Hi all, I'm somehow stuck in the loop now and am hoping some of you can give me pointers on how to proceed. Due to a customer requirement, I need to build a simple web-based (via cgi or php) script to change the system password. They found

Re: SO_LINGER on socket with non-blocking I/O

2004-06-10 Thread Julian Cowley
On Thu, 10 Jun 2004, Chuck Swiger wrote: Julian Cowley wrote: I've been developing an application that attempts to send data from one host to another via TCP. The intent is for the data transfer to be as reliable as possible, and to log whenever it detects that it has lost data

SO_LINGER on socket with non-blocking I/O

2004-06-09 Thread Julian Cowley
Hello FreeBSD'ers... I've been developing an application that attempts to send data from one host to another via TCP. The intent is for the data transfer to be as reliable as possible, and to log whenever it detects that it has lost data (this is for a reliable syslog protocol, if you're