mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 14:39:02 +00:00
Get rid of <em>/<strong> tags because there is no uniform
way to use them across DocBook and HTML.
This commit is contained in:
@@ -520,7 +520,7 @@ end
|
||||
-- and mutex (<code>nmap.mutex</code>) facilities to coordinate with your
|
||||
-- worker threads. Keep in mind that Nmap is single threaded so there are
|
||||
-- no (memory) issues in synchronization to worry about; however, there
|
||||
-- <em>is</em> resource contention. Your resources are usually network
|
||||
-- is resource contention. Your resources are usually network
|
||||
-- bandwidth, network sockets, etc. Condition variables are also useful if the
|
||||
-- work for any single thread is dynamic. For example, a web server spider
|
||||
-- script with a pool of workers will initially have a single root html
|
||||
|
||||
Reference in New Issue
Block a user