... | ... | @@ -3,7 +3,7 @@ |
|
|
Dispatchers are remote agents which provide you with scanner _Instances_ -- _Instances_
|
|
|
are the entities that actually perform the scans.
|
|
|
|
|
|
Its main job is to maintain a pool of _Instances_ and, whenever a clients issues a `dispatch`
|
|
|
Its main job is to maintain a pool of [Instances](http://rubydoc.info/github/Arachni/arachni/Arachni/RPC/Server/Instance) and, whenever a clients issues a [dispatch](http://rubydoc.info/github/Arachni/arachni/Arachni/RPC/Server/Dispatcher#dispatch-instance_method)
|
|
|
RPC call, to pop one from the pool and pass its connection details (URL and authentication token)
|
|
|
to the client.
|
|
|
|
... | ... | |