473,378 Members | 1,388 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,378 software developers and data experts.

Service Question

(1) what is the difference between web service and windows service?

(2) Can web application use windows service?

(3) Does web application support client/server methodology in webform?
TQ
Michael.
Nov 21 '05 #1
2 895
Michael,

A webservice uses the web (inter or intra) to send and retrieve information
using XML and is therefore easy to use everywhere. It is the ultimate
client/server application and it can use itself a windowservice that
processes and communicate with other processes on the same computer or other
computers on the LAN.

I hope this answers your question a little bit?

Cor

Nov 21 '05 #2
"Michael Chong" <mi*****@cyob.com.my> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
(1) what is the difference between web service and windows service?
Windows Services (previously known as NT Services) are those
continually running processes that you stop and start through the
"Services" Control Panel Applet. If you want something to run on
a machine, doing something useful some, most or all of the time,
/even/ when nobody's logged on to that machine, you're looking at
a Windows Service.

A WebService is /similar/ to an ordinary Web Page, except that it is
intended to be called /not/ by a user with a web browser, but by other
processes, potentially on other machines (and potentially running other
Operating Systems!). Each Operation within the [Web] Service
performs a single, sizeable and useful piece of work.
(2) Can web application use windows service?
Possibly, but it depends on how the Windows Service is written.
Certainly, the Windows Services I've written tend to be "black box"
processes, dedicated to a single task and not taking much notice of
what's going on around them.
It's more likely, I would say, that a Windows Service will make calls
to one or more Web Service(s).
(3) Does web application support client/server methodology in
webform?


(If I understand the question correctly, then...)
Yes. .Net Web applications are simply the "next generation" of
ASP, but with (supposedly) better integration with the client
- so long as it's Internet Explorer, no doubt ;-)

HTH,
Phill W.
Nov 21 '05 #3

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

Similar topics

1
by: Liza | last post by:
Hello, can you guys help me out here....? this is part of my masters degree and hence is very important to me..... my supervisor doesn't seem to be too interested in helping me and infact is...
5
by: Richard Steele | last post by:
I have created a WinForm application that needs to be run as a windows service (the PC is inaccesible by any user) i have successfully installed the application as a windows service. When i start...
2
by: Tom Simpson | last post by:
I have set up a Windows service in VB.NET, and created a 'Service Manager' Windows Forms app that can 'get' information from that service. The service consists of the basic service 'framework'...
2
by: John A | last post by:
I have a Web Service that I am reponsible for that we use for data integration purposes. Recently I have been tasked with sending some of this data to a third party. Because they need to receive...
17
by: UJ | last post by:
Is there any way for a windows service to start a windows program ? I have a service that will need to restart a windows app if it needs to. TIA - Jeff.
2
by: deko | last post by:
When to use a privileged user thread rather than a windows service? That's the question raised in a previous post . It was suggested that if the service needs to interact with a WinForms app...
5
by: Tom | last post by:
Using multiple System.Timers.Timer objects in a Windows Service for performing multi-thread activities in a periodic fashion. Timers are AutoReset=false, to only have a single timer execution...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
2
by: =?Utf-8?B?bXVyYWRqYW1lcw==?= | last post by:
Yes, sorry I tried to make it clear in the original question that I want to get the user token of the service - ie. the account the service is running under. I know services don't have user tokens...
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: 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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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.