Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a VB.NET client application that needs to send double precision numbers

to the Perl server, have Perl make a couple of calculations and send the double

precision results back to VB.NET client. The communication is over internet and

Perl is on the web server.

 

I am thinking either straight TCP exchange on both sides, or use of SOAP on VB side and SOAP::Lite on Perl server. Perl server program would run as a script in cgi-bin. I saw some examples of VB to Perl server but how do I get the info back to VB from Perl, I have no idea.

 

Can anyone make a suggestion as to what would be the easiest way to do this ?

Thanx

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...