Kick off Application on PC from Sun


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Kick off Application on PC from Sun
# 1  
Old 11-19-2003
Data Kick off Application on PC from Sun

I need to kick off an application on windows from my sun workstation. The workstation needs to know when windows application completes the job.

What are the possible ways of doing it.
Any ideas on how to go about doing it will be very helpful.

Thxs in advance.
# 2  
Old 11-19-2003
can the app on your windows machine look for a trigger file?

IE: if your app sees a specific file it knows to 1) delete the file 2) to execute.
# 3  
Old 11-20-2003
Question

Optimus_P,

I am not sure what you mean?
# 4  
Old 11-20-2003
Providing more information about the applications would be helpful.

Let me prelude this with the following statement: There are probably better ways to do this. There are RPC abilities within Windows, but I have no experience with them.

You could always install Cygwin on your Windows system to give you unix like facilities to communicate with (http://cygwin.com/).

Cheers,

Keith
# 5  
Old 11-20-2003
Hi,

Dont know if this may sound too complex, but here is what I would have done (offcourse only if i had known windows programming Smilie )

you can have your solaris application open a socket and listen on a port and a socket on windows that would write to this port after completion of the job, thus notifying it. once the solaris socket gets this info it can then continue with what you want it to continue with Smilie

I can tell you further on the unix side of this, for windows please spare me !!

Warm
Regards
# 6  
Old 11-20-2003
forgot to mention one thing, the file approach is a bit crude and surely inefficient method.
# 7  
Old 11-21-2003
MySQL

thanks to both kduffin and linuxpenguin.

I think what I was looking for was what linuxpenguin said.
My system really needs a unix box to communicate with a Windows box. The client sits on the windows box and server + db on the unix box.

Is there any other ways of doing this? I have never coded with sockets, so I have no idea where to start.

Any help - suggestions - comments - ideas ??
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

Application running too slow on Sun SPARC T5440 but run normal on sun M3000

Hi all, I have application running on sun server T5440 4x8x1.4 GHz, 64 GB RAM, application running very slow though load average too low. when I install my application on another server SUN M3000 (One CPU 1x8x2.5GHz, 8GB RAM), application run smoothly. Here is my server T5440 info: ... (6 Replies)
Discussion started by: insatiable1610
6 Replies

2. UNIX and Linux Applications

sun java application server 8.2

i had a confusion on the installed directory of my application server a. if I create a domain w/o putting in directory, the domain automatically goes to /var/appserver/domains directory. I need it to be under /opt/SUNWappserver/domains.. If I will include this in domain creation, may logs are... (0 Replies)
Discussion started by: lhareigh890
0 Replies

3. Solaris

Sun T1000 application low performance

Hello All. I have Sun T1000 server with Solaris 10. On T1000 installed EMC smarts, application for monitoring network devices via SNMP + SNMP. So, Smarts has own DB (contains object - devices and relationships), file takes 30 mb, now, all queries to DB works very slow, so Smarts works too slow,... (5 Replies)
Discussion started by: hemulll
5 Replies
Login or Register to Ask a Question