|
|
|
|
|
by drTriumph
4051 days ago
|
|
The biggest advantage would be that you can have multiple server processes listening for requests on the same path and know that only one will be processing it at any point in time. That way your process is no longer a single point if failure. |
|