Function make-router

Package:

CL-GSERVER.ROUTER

Syntax:

  make-router &KEY &KEY STRATEGY ROUTEESresult

Arguments and Values:

Description:

Default constructor of router. Built-in strategies: `:random'. Specify your own strategy by providing a function that takes a `fixnum' as parameter and returns a `fixnum' that represents the index of the routee to choose. Specify `routees' if you know them upfront.