Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: service does not respond
| Subject: | Re: service does not respond |
| Posted by: | "Terry tmnet" (tdecr..@tm.net.my) |
| Date: | Thu, 3 Aug 2006 09:23:40 |
Hi
To make it clear
Client on Computer 1 can connect to server on Computer 2 (running as a
service).
Client on Computer 1 can connect to server on Computer 2 (running as a
Normal windows Application).
Client on Computer 2 CANNOT connect to server on Computer 1 (running as a
service).
Client on Computer 2 can connect to server on Computer 1 (running as a
Normal windows Application).
the last sentence rules out anything to do with the firewall or router.....
thanks
Terry
"Terry tmnet" <tdecruz@tm.net.my> wrote in message
news:44d0926d@newsgroups.borland.com...
> Hello
>
> I have and client application that sends messages to a server on another
> application. The server application can run as a normal windows
> application or as a service.
>
> The client app has a IdTCPClient.
> The Server app has a IdTCPServer.
>
> My problem is.....
>
> When I use the client application on computer 1 and send a message to
> computer 2 which runs the sever
> as a normal windows application or as a service it works well but when I
> run the client on computer 2
> and the server on computer 1, The server on computer 1 will only receive
> messages running as a normal windows application but will not work if it
> runs as a service.What could be the problem......
>
> Receiving messages running as a normal windows on computer 2 shows that
> there is no problem with the router(opening ports).
>
> Thanks
> Terry