summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-10 00:08:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-10 00:08:12 +0000
commit449c74ca8c7cc2f83a7f8a4366ec51efc6c409db (patch)
tree0d02f1a6594b09fd41b93dce2e6f73c6ee02a1a6 /usr/local
parent251ca0224acbbc00469f479a4d38c91bbcee3032 (diff)
downloadpfsense-449c74ca8c7cc2f83a7f8a4366ec51efc6c409db.zip
pfsense-449c74ca8c7cc2f83a7f8a4366ec51efc6c409db.tar.gz
Revise polling text.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index e4ff952..973122b 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -470,10 +470,8 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
<strong>Use device polling</strong><br>
- Device polling is a technique that lets the system periodically poll network devices for new
- data instead of relying on interrupts. This can reduce CPU load and therefore increase
- throughput, at the expense of a slightly higher forwarding delay (the devices are polled 1000 times
- per second). Not all NICs support polling; see the pfSense homepage for a list of supported cards.
+ Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webGUI, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended.
+ Not all NICs support polling; see the pfSense homepage for a list of supported cards.
</td>
</tr>
OpenPOWER on IntegriCloud