Re: Simple Socket Guidance



Hi,

what u need to do is write a client server program.
Server runs on a remote machine on which u need to invoke a process.
and client runs on your machine.

You can implement these client servrers using sockets based on tcp.

When ever you press ENTER on client machine send a message on the tcp
connection from client to server. On server decode the message and
invoke a process using fork..etc.

If you want any more info please feel free to contact

you can post your further questions regarding this on this group :
IP-Networks-Security@xxxxxxxxxxxxxxxx


Thanks,
Sunil
http://geocities.com/sunil3112000

On Nov 27, 6:51 am, "polar" <polar...@xxxxxxxxx> wrote:
Hi,

I'm currently working on a project in which I need to run a process on
one machine that can invoke a process on another machine over the
internet. For example, pressing [enter] on my machine will run a script
on another machine (with static IP) arbitrarily far away.

I'm new to this sort of coding, so I just wanted to get a rough idea
what I should be diving into. This would be the job for a socket,
correct? Or servlet? Am I right in looking at Ruby and Python? If you
could just steer me in the right direction, I can manage. Thanks a lot.

.



Relevant Pages

  • Re: Netzwerkproblem GBit -> 100MBit
    ... GBit-Kette - flow control zwingend notwendig sei. ... zwischen Client und Server. ... Das kann TCP an der Stelle nicht mehr leisten. ...
    (de.comp.sys.novell)
  • suspect bug in vge(4)
    ... The high-level view of the problem is that the client seems to stall ... HTTPS server. ... not only printed for TLS/SSL issues but simply also for broken TCP ... To me it sounds like a broken implementation of hardware generated ...
    (freebsd-current)
  • Re: Log Out Issues
    ... UDP is the way to go for internet games. ... Apparently the extra overhead in TCP can cause a lot more lag in your game, ... >> Lets say the client sends a log out request to the server reliably. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Log Out Issues
    ... your perormance may be worse than TCP. ... would be if your protocol anticipates packet loss and does not ... >>> Lets say the client sends a log out request to the server reliably. ...
    (microsoft.public.win32.programmer.networks)
  • Re: [2.6.24.3][net] bug: TCP 3rd handshake abnormal timeouts
    ... server via TCP and non-persistent connections and all application level ... "Sometimes" when establishing a TCP connection to the server, ... Here is a simplified version of what _both_ the server and the client ...
    (Linux-Kernel)