InterviewSolution
| 1. |
Solve : One-Way Communication? |
|
Answer» I have 2 computers linked in a network. One computer uses WIN98SE, the other WIN2000. Until recently I was able to message the computers; using WINPOPUP.EXE from the WIN98 computer, and Net Send from the other. By default, the NET SEND command fails when either the source or the destination computer is running Windows XP Service Pack 2That being the case. you may have got a recently SECURITY update forWindows 2000 that also turns off the messenger service, or something like that. Anyway, there are other ways to send messages. Quote from: Geek-9pm on November 16, 2008, 09:12:44 PM The use of NET SEND is not in Windows VISTA ............... No, I have nothing to do with VISTA, and I didn't get the wrong security update. So far as other ways of sending messages, I suppose I could use semaphore, but that's hardly efficient. The purpose of trying to find the reason for a malfunction is two-fold: first, so that corrections can be made, and second; to learn more about the system. If something works, and then suddenly doesn't work, there is a reason for this happening. Finding that reason is important. Doing something else really doesn't solve the problem, does it? Tom Simple answer is that a early message service is a security risk. It can be turned off in SERVICES. You or a program turned off the service. I think that is what you are talking about. Here is a link. http://itc.virginia.edu/helpdesk/softwaredocs/messagepopup/ This is NOT the same as Yahoo messenger or other IM programs.Quote from: Geek-9pm on November 26, 2008, 04:43:19 PM You or a program turned off the service. I think that is what you are talking about.Thanks for the response, but that was not the problem, nor did the link you provided yield any insight. Since I eliminated the message queue, as I said above, I have experienced no problems. The service was never turned off; neither by me nor a program. Tom |
|