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
# 8  
Old 11-21-2003
Like linuxpenguin, I've never coded socket communcation under windows. There are good resources for UNIX:

Advanced Programming in the UNIX Environment, Stevens
UNIX Network Programming: Networking APIs: Sockets and XTI, Stevens

Cheers,

Keith
# 9  
Old 11-21-2003
vbshuru, how about a few details? Are we talking windows 95? Or windows XP? In a domain or workgroup?

Do you have a C++ or C# compiler on the windows system? A visual basic compiler? Are you a programmer? What languages? Can you use ActiveX, ADO, MSXML, etc?

How many ways can you think of to connect the boxes? Can the unix ftp to the pc? And can the pc ftp to the unix? Same questions for telnet, ssh, http, and any other services that you know.

And anything else that can be useful. I can't think of every possible question.

I am only familiar with windows XP. I could install IIS (it comes standard with XP pro). And then I could bring up a small web server on my XP laptop. XP comes with VBScript and I could have a web page that uses VBScript. Now I only have used vbs under Windows Script Host, never under the web host, so I don't know what objects are available. But I'm sure that there's some way to run a program. Then the results can be returned as the web page. If the program will take hours, then the web server can provide a status. There are other languages available, but vbs is the only one I know so far.

I'm very sure that I could make this approach work, but it would involve a lot of learning curve.

Another idea: write a vbs script that ftp's to the unix system and tries to get a trigger file. If that works, run the program. When the program finishes ftp a "done" file back to the unix system. Use the task scheduler run the script periodicly.
# 10  
Old 11-21-2003
Tools

Thanks Perderabo,

As to what software, language, etc to use are undecided.
Windows - NT or 2000
Unix - Solaris 2.6
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