mail server on freebsd

2021-12-19 Thread Piper H
I found this article is quite nice for running an email server on freebsd. I just want to share it here. https://www.c0ffee.net/blog/mail-server-guide/

Re: question on socket server

2021-12-15 Thread Piper H
12") { > return; > } > > > Regards and happy hacking, > Ronald. > > PS: I think this does not have to do a lot with freebsd-current. Might > move it to https://lists.freebsd.org/subscription/freebsd-perl or some > generic perl forum/ML. &g

Re: question on socket server

2021-12-15 Thread Piper H
te to a socket of type > SOCK_STREAM that is not connected to a peer socket." > > See also "man 2 send" and "man 2 socket" for a lot more information. > > So it depends a bit on the type of socket you created. > > Regards and happy hacking, > Ronal

question on socket server

2021-12-14 Thread Piper H
Hello I have little knowledge about socket programming. I have a question that, if I have made a socket server, listening on a port. The server prints data to the socket, but there is never a client connection to the port, and the data is never consumed. What will happen to the server then? will

Benchmarks: FreeBSD 13 vs. NetBSD 9.2 vs. OpenBSD 7 vs. DragonFlyBSD 6 vs. Linux

2021-12-11 Thread Piper H
I read this article from Reddit: https://www.phoronix.com/scan.php?page=article=bsd-linux-eo2021=1 I am surprised to see that the BSD cluster today has much worse performance than Linux. What do you think of this? Thanks Piper