Without looking at the code, I would guess that the listener task was
successfully scheduled to run, but that when the next one tries to
listen on port 9200 it will find that it can't and exit. I've noticed
that a lot of programs use locks to try and limit the number of
instances to one, but obviously, a process can only know it can't
succeed when it tries to get the lock, and this is something that
happens in a process separate from the one that schedules the listener
to run.

--- Mark Goudie <[EMAIL PROTECTED]> wrote:
> Im running this command
> 
> GTM>D STRT^XWBTCP(9200)
> Start TCP Listener...
> Checking if TCP Listener has started...
> TCP Listener started successfully.
> GTM>D STRT^XWBTCP(9200)
> Start TCP Listener...
> Checking if TCP Listener has started...
> TCP Listener started successfully.
> 
> 
> If i wait just a couple seconds i can issue the command agian and it
> wont error out saying its allready running
> 
> 
> Im running Debian Sarge install with no firewalls.  To my knowledge
> its a pretty open system.
> -- 
> - Mark Goudie
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using
> Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit
> http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 

A practical man is a man who practices the errors of his forefathers. 
--Benjamin Disraeli
====
Greg Woodhouse 
[EMAIL PROTECTED] 
[EMAIL PROTECTED] 





-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to