473,327 Members | 2,090 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,327 software developers and data experts.

Re: More than 1 web service?

Hello Andy,
ABThe same web server with different web applications. There is a
ABlittle possibility that a client windows application will be built
ABto be used from a remote computer.
AB>
>who is using them,
ABThe website admin For the administration of legal forms for admin,
ABNews, events, audio and partially the legal forms for customers. The
ABcustomers will use it for the legal forms for customers. The rest of
ABit like membership/profile providers would be used by the internal
ABweb application system to provide access to these different parts.

well, so it's role-based system
>do they have the same rights
ABproject would be restricted to its own data store and the access to
ABthings would be limmited to
ABFor an example, the Audio service
ABwould not need to know what is going on with the services for legal
ABforms. Using the Audio service example, It would need access to a
ABdatabase with membership provider, its own database to store audio
ABrelated information and it would need to have access to the
ABapp_data folder of the project that makes use of the audio service.

It sounds that it's better to create different webservers, because it simplifies
you the setting security for each of them
>You should consider this by "why I want to split them" ?!
ABJust trying to be more organized with the code. Why would you want
ABmethods for an Audio service located in a membership service? Well,
ABok not the best example, will try this again. Why would you want to
ABmix methods for the Audio service with the methods from the News or
ABevents services? They are totally unrelated for one, and it makes it
ABeasier for me to know what service/section of the service to jump to
ABif they are divided into multiple services.

exactly. split them logically and extract common stuff to the separate assembly
shared amont them

ABWhat do you mean by this? See abovwe. Unless there are too many
ABrisks/performance problems with dividing the services up into each
ABtask type...Let me know if there are any?

if you are not going to end up with the 100 webservices I wouldn't consider
performace issues there

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Jun 27 '08 #1
1 1366
So, the basic conclusion is that it would be best probably to create a WCF
service project and create different services in that project for each task
that the web applications need to complete... Just making sure I get the
final line before starting...
"Michael Nemtsev [MVP]" <ne*****@msn.comwrote in message
news:90**************************@msnews.microsoft .com...
Hello Andy,
ABThe same web server with different web applications. There is a
ABlittle possibility that a client windows application will be built
ABto be used from a remote computer.
AB>
>>who is using them,
ABThe website admin For the administration of legal forms for admin,
ABNews, events, audio and partially the legal forms for customers. The
ABcustomers will use it for the legal forms for customers. The rest of
ABit like membership/profile providers would be used by the internal
ABweb application system to provide access to these different parts.

well, so it's role-based system
>>do they have the same rights
ABproject would be restricted to its own data store and the access to
ABthings would be limmited to ABFor an example, the Audio service
ABwould not need to know what is going on with the services for legal
ABforms. Using the Audio service example, It would need access to a
ABdatabase with membership provider, its own database to store audio
ABrelated information and it would need to have access to the
ABapp_data folder of the project that makes use of the audio service.

It sounds that it's better to create different webservers, because it
simplifies you the setting security for each of them
>>You should consider this by "why I want to split them" ?!
ABJust trying to be more organized with the code. Why would you want
ABmethods for an Audio service located in a membership service? Well,
ABok not the best example, will try this again. Why would you want to
ABmix methods for the Audio service with the methods from the News or
ABevents services? They are totally unrelated for one, and it makes it
ABeasier for me to know what service/section of the service to jump to
ABif they are divided into multiple services.

exactly. split them logically and extract common stuff to the separate
assembly shared amont them

ABWhat do you mean by this? See abovwe. Unless there are too many
ABrisks/performance problems with dividing the services up into each
ABtask type...Let me know if there are any?

if you are not going to end up with the 100 webservices I wouldn't
consider performace issues there

---
WBR, Michael Nemtsev [Microsoft MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

Jun 27 '08 #2

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

Similar topics

15
by: Sims | last post by:
Hi, I have a service that need to access the current user registry from time to time. But a service only works as a SYSTEM and not as the current user. How can i change that? Or at the very...
3
by: belgiozen | last post by:
Hi, I have a working windows service,it is looking for files on the disk and when some of the files are cupdated it calls an executable. But it takes a lot of time(about 10 minutes) to run the...
1
by: Jorge Ribeiro | last post by:
Hello I've an ASP.NET Web application that has one form where the user can upload a file to be sent and saved on a database. The app sends the file via DIME attachments and SOAP envelopes to a...
3
by: Tim Zych | last post by:
To create a web service proxy you can use wsdl.exe and vbc.exe using command line, then set a reference to the resulting dll, or alternatively add a web reference and let vs.net do it all for us. ...
4
by: hagaihe | last post by:
Hello, I've written a Windows service and i need help to implement the meaning of the sentence which is generated automatically by the IDE // More than one user Service may run within the same...
6
by: meru | last post by:
Hi The highlighted below is the sample code I used for calling my stored procedure. Callable statement cstmt = conn.prepareCall( BEGIN STOREDPROCNAME(?,?,?);END;); ArrayDescriptor...
2
by: Bill Davidson | last post by:
All: I have a Win32 service that takes about 30 seconds to shutdown (give or take a few seconds). I shut the service down via the 'Services' console on Windows Server 2003. When the service...
0
by: demc | last post by:
Hi there, for my "homework" I need to write an application that would log computer idleness to file. Idleness in my case is defined by keyboard inactivity for more than 10 minutes. So I've...
15
by: Bill Fuller | last post by:
It appears that one of the latest hot buzzwords is SaaS (Software as a Service). From what I can tell, this looks like nothing more than rebranding of the old ASP model, which fell out of favor. Am...
6
by: AAAAA | last post by:
Is WCF better than Net remoting?? What are the adventages of WCF?? Thank you Cesar
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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...

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.