473,385 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Which to use - Remoting / WebService / Sockets

Hi

I'm looking for some advice on architecure - apologies if this is the incorrect group..

I'm writing a VB app and it has to pass data to a another server machine (in a different office). There is no permanent connection between the two machines also the server machine does not have a 'public' server. So I'm planning on having the remote machine use RAS to connect to the server

The Question

I have to pass some data (XML ??) from the remote to the server is my best option to :

1. Use Remotin
2. Implement a WebService on the server and use tha
3. Implement my own Sockets connectio

Any pointers or thoughts / comments appreciated.

... ke

Nov 20 '05 #1
2 1956
given that your using RAS (wow, thats a term I havne't heard in awhile. =))
your probably within the computer running the application. in which case, i
doesn't really matter that much. Webservices, useful for the extranet
because it uses port 80 and helps with firewall issues.. Also, everything
comes back in SOAP.

Sockets, are you bored? Then yeah, go with that...

Remoting. Kinda like a web service, very much like a web service but you
define the TCP socket.

So basically, it comes to the fact of how much work you want to do. With
Remoting, you have to set up a remoting server, sockets same thing.
WebService already implemented through IIS.

It's preference at this point, your security isn't a huge issue since your
using RAS, so my opinion, do whats comfortable.

-CJ

"Ken Hughes" <an*******@discussions.microsoft.com> wrote in message
news:F6**********************************@microsof t.com...
Hi,

I'm looking for some advice on architecure - apologies if this is the incorrect group...
I'm writing a VB app and it has to pass data to a another server machine (in a different office). There is no permanent connection between the two
machines also the server machine does not have a 'public' server. So I'm
planning on having the remote machine use RAS to connect to the server.
The Question:

I have to pass some data (XML ??) from the remote to the server is my best option to :-
1. Use Remoting
2. Implement a WebService on the server and use that
3. Implement my own Sockets connection

Any pointers or thoughts / comments appreciated..
.. ken

Nov 20 '05 #2
given that your using RAS (wow, thats a term I havne't heard in awhile. =))
your probably within the computer running the application. in which case, i
doesn't really matter that much. Webservices, useful for the extranet
because it uses port 80 and helps with firewall issues.. Also, everything
comes back in SOAP.

Sockets, are you bored? Then yeah, go with that...

Remoting. Kinda like a web service, very much like a web service but you
define the TCP socket.

So basically, it comes to the fact of how much work you want to do. With
Remoting, you have to set up a remoting server, sockets same thing.
WebService already implemented through IIS.

It's preference at this point, your security isn't a huge issue since your
using RAS, so my opinion, do whats comfortable.

-CJ

"Ken Hughes" <an*******@discussions.microsoft.com> wrote in message
news:F6**********************************@microsof t.com...
Hi,

I'm looking for some advice on architecure - apologies if this is the incorrect group...
I'm writing a VB app and it has to pass data to a another server machine (in a different office). There is no permanent connection between the two
machines also the server machine does not have a 'public' server. So I'm
planning on having the remote machine use RAS to connect to the server.
The Question:

I have to pass some data (XML ??) from the remote to the server is my best option to :-
1. Use Remoting
2. Implement a WebService on the server and use that
3. Implement my own Sockets connection

Any pointers or thoughts / comments appreciated..
.. ken

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: DraguVaso | last post by:
Hi, I need to write a VB.NET-application (Windows Forms) that may have a part of it (re-)implemented as a Webpage for the customers. I think it can be usefull to create a business Layer with...
3
by: Lloyd | last post by:
I have a question as to when remoting should be used as opposed to net.sockets.
9
by: Michael Lindsey | last post by:
I need to write a server app to send images to client GUIs that are outside of the server's domain. The client will have the file system path to the image but can not access the file system. I am...
11
by: ajou_king | last post by:
I was running some tests on my Win32 1GHZ processor to see how long it would take to transmit objects numerous times via TCP/IP using C# ..NET Remoting vs the C++ trustworthy method of binary...
2
by: needin4mation | last post by:
What is .NET remoting versus Ajax? Any links are appreciated. I didn't find a straight forward answer. Thanks for any help.
1
by: Ken Hughes | last post by:
Hi I'm looking for some advice on architecure - apologies if this is the incorrect group.. I'm writing a VB app and it has to pass data to a another server machine (in a different office)....
8
by: Raju Joseph | last post by:
Hi All, I am just trying to get an opinion here. I know this is always a tough choice to make. We are in the process of converting our VB6 based Healthcare Information System (a full-fledged...
0
by: Kirk | last post by:
I'm trying to use a Web Service to be a Remoting client of an existing ..NET 2.0 server. But I get the following error when I try to use System.Runtime.Remoting.Channels.Http in my WebService. ...
8
by: sandy82 | last post by:
I coded a simple example in c# In which their is a client and a server using a dll . I am confused on the Point that u have to use the .dll on both sides .Cant we have a solution of having a dll...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.