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

Creating BLL apps for a clustered environment?

Is there any information on building BLL middle tier
applications to run in an MSCS configuration? IOW, I am
not just interested in scalability but fault tolerence as
well but am unsure if there are design issues that must be
baked in from the beginning in order for this to work?
Jul 19 '05 #1
1 1595
there's not a great deal of good info available on using MSCS '02 to provide
business services - as i discovered when working on a project with a similar
architecture. as a product it really works best when using it to provide
presentation services with asp.net i.e.deployed on the front-end
load-balanced web servers - using it in a middle-tier service configuration
will no doubt cost you pain. least amongst which are - it uses its own
deployment mechanism (not msi's), the developer edition only runs on
servers, not desktops, and the product is still com at heart with hasty .net
PIAs (primary interop assemblies) simply wrapping many, but not all of the
components. and the wrapped components are, on the whole, presentation layer
objects. many management functions are written into the autogenerated asp
(not asp.net) 'business desk' and so are not available as classes or com
objects - result being we ended up writing a number of pia's and raw classes
of our own to compensate. then of course there's the problem of mscs
integration with AD - only one domain per site and the management of its
profile extensions in SQL leave a lot to be desired.

sounds bad, but then it all depends on your project requirements - to be
fair mscs was the wrong product for that project, and whilst using it to
provide business is not beyond its capabilities, its not exactly the
products primary, or even secondary, use-case...

r.

"billym" <no****@nospam.net> wrote in message
news:04****************************@phx.gbl...
Is there any information on building BLL middle tier
applications to run in an MSCS configuration? IOW, I am
not just interested in scalability but fault tolerence as
well but am unsure if there are design issues that must be
baked in from the beginning in order for this to work?

Jul 19 '05 #2

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

Similar topics

5
by: jim_geissman | last post by:
One table I manage has a clustered index, and it includes some varchar columns. When it is initially created, all the columns in the clustered index are populated, and then some of the longer...
2
by: Fred | last post by:
Let's say I suddenly discover that an unclustered table would benefit if it was clustered on column(s) already indexed. Currently, I'd need to drop that perfectly good index just to re-create it as...
5
by: fm | last post by:
We are using ASP.NET State Server in our applications to protect session state from machine.config and IIS recycles. We also may cluster the servers in the future. We don't have the resources to...
4
by: Coleen | last post by:
Hi All :-) Can anyone give me a URL where I can find a good example of code on how to create a temporary SQL table using VB.net? I've checked the Microsoft site at: ...
9
by: Jim | last post by:
With .net having been around for a while now, does anyone know what the uptake of major software houses is in using .net for Windows Application development? e.g. have the likes of Adobe, MS,...
5
by: pb648174 | last post by:
I've been doing a bit of reading and have read in quite a few places that an identity column is a good clustered index and that all or at least most tables should have a clustered index. The tool I...
0
by: aleu | last post by:
Hi all, I have a MS SQL server 2005 in a clustered environment (with 4 physical servers/cluster nodes). I need to move the cluster to another office, which implies that I need to reassign IP...
1
by: DICK WHEELER | last post by:
we have a web service that runs fine in a single server mode , but in a clustered environment it eats up all the memory. Any ideas
0
by: itsraghz | last post by:
Hi, I did *NOT* find any forums for WebSphere Application Server here. Is there any forum? If so kindly any of the moderators please help me in moving this thread to the appropriate one. I...
2
by: kamal81 | last post by:
Hi, I am using Enterprise Caching Application Block 3.1 in our Application. Can you tell how to maintain the "Cache object pooling".
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.