Commit 5eeea8ec authored by dgaudet's avatar dgaudet
Browse files

Make note about machten problems are on 68k only. Pointed out by

Brent Holland.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78126 13f79535-47bb-0310-9956-ffa450edef68
parent 5d1f5193
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ around, but fortunately most architectures do not require a scoreboard file.
See the ScoreBoardFile documentation for a method to determine if your
architecture uses it.

<p><code>NEXT</code> and <code>MACHTEN</code> have small race conditions
<p><code>NEXT</code> and <code>MACHTEN</code> (68k only) have small race
conditions
which can cause a restart/die signal to be lost, but should not cause the
server to do anything otherwise problematic.
<!-- they don't have sigaction, or we're not using it -djg -->
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ around, but fortunately most architectures do not require a scoreboard file.
See the ScoreBoardFile documentation for a method to determine if your
architecture uses it.

<p><code>NEXT</code> and <code>MACHTEN</code> have small race conditions
<p><code>NEXT</code> and <code>MACHTEN</code> (68k only) have small race
conditions
which can cause a restart/die signal to be lost, but should not cause the
server to do anything otherwise problematic.
<!-- they don't have sigaction, or we're not using it -djg -->