If I'm running two servers, each on a different port, but each running the same handler code, is there a way for a handler to tell which server has called it?
--Jeff
On Mon, 25 Dec 2006 22:40:46 -0800, Jeffrey Cunningham jeffrey@cunningham.net wrote:
If I'm running two servers, each on a different port, but each running the same handler code, is there a way for a handler to tell which server has called it?