shlist

share and manage lists between multiple people
Log | Files | Refs

commit 55eae0140f997443e82e5336a1275a6798914e11
parent a6fe258979047e6b850e66a8794a417c770be277
Author: kyle <kyle@getaddrinfo.net>
Date:   Wed, 18 Nov 2015 00:41:27 -0700

sl: hot filehandles seem to propagate across forks

Diffstat:
Msl | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sl b/sl @@ -147,7 +147,6 @@ while (my ($new_sock, $bin_addr) = $sock->accept()) { my $pid = fork(); die "error: can't fork: $!\n" if (!defined $pid); - $| = 1; if ($pid) { # parent goes back to listening for more connections