Re: txt-sysinstall scrapped

2010-11-07 Thread Daniel Gerzo

On 6.11.2010 6:17, Josh Paetzel wrote:

Without putting much analysis into it, we talked about using lighttpd, which
is BSDL.  As far as another service, it would be running for the install only
which is in most circumstances something that happens locally.



NGiNX might a worth a shoot as well. Seems like the development of 
lighty has been somewhat stalled, and Igor Sysoev seems like a FreeBSD 
user himself too...


--
S pozdravom / Best regards
  Daniel Gerzo
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: txt-sysinstall scrapped

2010-11-07 Thread Joel Dahl
On 07-11-2010 11:40, Daniel Gerzo wrote:
 On 6.11.2010 6:17, Josh Paetzel wrote:
  Without putting much analysis into it, we talked about using lighttpd, which
  is BSDL.  As far as another service, it would be running for the install 
  only
  which is in most circumstances something that happens locally.
 
 
 NGiNX might a worth a shoot as well. Seems like the development of 
 lighty has been somewhat stalled, and Igor Sysoev seems like a FreeBSD 
 user himself too...

I was about to suggest the same thing myself.  I use nginx everywhere
nowadays.  It's both small and powerful, easy to setup and BSD licensed.

-- 
Joel
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: txt-sysinstall scrapped

2010-11-07 Thread Julien Laffaye
On Sun, Nov 7, 2010 at 10:49 AM, Joel Dahl j...@freebsd.org wrote:
 On 07-11-2010 11:40, Daniel Gerzo wrote:
 On 6.11.2010 6:17, Josh Paetzel wrote:
  Without putting much analysis into it, we talked about using lighttpd, 
  which
  is BSDL.  As far as another service, it would be running for the install 
  only
  which is in most circumstances something that happens locally.
 

 NGiNX might a worth a shoot as well. Seems like the development of
 lighty has been somewhat stalled, and Igor Sysoev seems like a FreeBSD
 user himself too...

 I was about to suggest the same thing myself.  I use nginx everywhere
 nowadays.  It's both small and powerful, easy to setup and BSD licensed.


Mongoose [1] is a very small HTTP server. It is designed to be
embedded in C programs. Basically it is a lib, and a daemon.
I think it would perfectly replace Lighttpd/Nginx/Apache for the tasks
described.

[1]: http://code.google.com/p/mongoose/
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Fileops in file.h

2010-11-07 Thread Fernando Apesteguía
Hi,

I'm trying to understand  some pieces of the FreeBSD kernel.
Having a look at struct fileops in file.h I was wondering why other
file related functions don't have an entry in the function vector. I
was thinking in mmap, fsync or sendfile.

Can anyone tell me the reason?

Thanks in advance.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org