active questions tagged infrastructure - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T13:44:34Zhttp://stackoverflow.com/feeds/tag/infrastructurehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1914800/are-restful-web-services-right-way-for-re-using-infrastructure4Are RESTful Web services right way for re-using infrastructure?dzieciou2009-12-16T13:58:06Z2009-12-17T07:29:15Z
<p>There is one controversy I see in using Web APIs (RESTful service) to access remote infrastracture. I would be grateful, if you could comment it. The recommendation coming from the article <em>"RESTful Web Services vs. "Big" Web Services: Making the Right Architectural Decision"</em> [1] is to use Web APIs rather for ad hoc integration (a la' mashup) and rapid prototyping. Empirical studies made in [2] shows these recommendation is followed in scenarious of re-using the existing information and functionality. However, re-using infrastructure with Web APIs does not fit well into the task of ad hoc integration. My impression is rather that infrastructure is usually re-used in scenarios where the resources I have do not scale well for the problem that I want to solve: large number of data, high bandwidth, high concurrency. Nevertheless, Amazon provides remote access to their infrastructure (storage space, message queueuing) both through:</p>
<ul>
<li>classical SOAP Web services (so called Big Web services) and </li>
<li>light RESTful Web services (so called Web APIs). </li>
</ul>
<p>Although there is nothing written whether the clients (described in case studies of Amazon Web Services) employ Big Web services or Web APIs, the fact that Amazon provides access to their infrastracture in form of Web APIs as an alternative must be meaningful. </p>
<p><strong>Do you know what can be their motivation? Do you know any cases where people re-used infrastracture just for rapid prototyping? Or maybe for testing? In other words, if I would like to re-use infrastructure offered by the Amazon, which API style should I use SOAP or REST in what example situations?</strong> </p>
<p>EDIT: In this case as an infrastructure I meant: storage space, computational power, internet bandwidth. Thus I wonder whether such resources are re-used in ad hoc integration.</p>
<p><hr></p>
<ol>
<li><p>Cesare Pautasso, Olaf Zimmermann, Frank Leymann, <strong>RESTful Web Services vs. "Big" Web Services: Making the Right Architectural Decision</strong>, pp. 805-814, Jinpeng Huai, Robin Chen, Hsiao-Wuen Hon, Yunhao Liu, Wei-Ying Ma, Andrew Tomkins, Xiaodong Zhang (Ed.), <em>Proceedings of the 17th International World Wide Web Conference</em>, ACM Press, Beijing, China, April 2008. </p></li>
<li><p>Hartmann, Bjorn & Doorley, Scott & Klemmer, Scott R., <strong>Hacking, Mashing, Gluing: Understanding Opportunistic Design</strong>, <em>IEEE Pervasive Computing</em> , vol. 7, no. 3, 46-54 (2008).</p></li>
</ol>
http://stackoverflow.com/questions/222243/best-way-of-using-scrum-and-sprint-for-infrastructure-improvement4Best way of using Scrum and Sprint for Infrastructure improvementJames Hogbin2008-10-21T15:13:49Z2009-11-14T09:24:45Z
<p>Does anybody use Scrum & Sprint for Infrastructure.</p>
<p>I'm struggling with the concept of a Sprint that never finishes i.e. a Network enhancement project.</p>
<p>Also any suggestions on how Item time can be built up to a Product Backlog, so that I can sanity check that resources are not overcommited on the sprint.</p>
http://stackoverflow.com/questions/1425961/what-is-the-difference-between-signing-certificate-and-encryption-certificate0What is the difference between signing Certificate and Encryption Certificate?M Raji2009-09-15T08:46:29Z2009-11-07T14:26:15Z
<p>What is the difference between between signing certificate and encryption certificate?</p>
<p>I see that signing certificate cannot be used for encrypting the data only encryption certificate. What is the technical difference? Does both have public key and private or only encryption cert will have PP key?</p>
http://stackoverflow.com/questions/1670518/video-or-slide-show-capture-tool-for-record-sequence-of-actions-causes-bugs0Video or slide-show capture tool for record sequence of actions causes bugsMax2009-11-03T22:21:54Z2009-11-03T23:08:43Z
<p>During QA process we usually need to describe a sequence of actions, that causes some bugs.</p>
<p>Usually the best way to do it is describe a situation by text messages. Sometimes screen-shots are helps.
But i believe that video or slide-show should to help QA team and should to reduce time loss on QA-team - developers iterations.</p>
<p>Some time in our team(we have most of QA team in other city), we are use <a href="http://www.teamviewer.com/index.aspx" rel="nofollow">TeamView</a> to describe significant situations. But it takes a lot of time to setup connection, and require to stop developer's work for show time. And if you have to show this bug to other developer, you should repeat this process again.
Video cuts is good item for novice-developer, who can't to know new project fully.
I think we can to find many pluses of this approach.</p>
<p>The minus of this approach is big size of describes. </p>
<p>Is there some tool, that allow to record an user screen actions into video or slide-show?
Better if this tool will be free.</p>
<p>Good feature for this tool is "get slides of last 2 minutes". For example QA-engineer keeps it working in background, and try to do smth that cause a bug. QAE is believe that actions of last 1 minute cause a bug. If the tool will allow to save that 1 minute ago actions, it will be very useful. </p>
http://stackoverflow.com/questions/659970/why-is-it-not-advisable-to-have-the-database-and-web-server-on-the-same-machine12Why is it not advisable to have the database and web server on the same machine?Tai Squared2009-03-18T20:29:58Z2009-10-20T13:27:14Z
<p>Listening to Scott Hanselman's interview with the Stack Overflow team (<a href="http://www.hanselminutes.com/default.aspx?showID=152" rel="nofollow">part 1</a> and <a href="http://www.hanselminutes.com/default.aspx?showID=153" rel="nofollow">2</a>), he was adamant that the SQL server and application server should be on separate machines. Is this just to make sure that if one server is compromised, both systems aren't accessible? Do the security concerns outweigh the complexity of two servers (extra cost, dedicated network connection between the two, more maintenance, etc.), especially for a small application, where neither piece is using too much CPU or memory? Even with two servers, with one server compromised, an attacker could still do serious damage, either by deleting the database, or messing with the application code. </p>
<p>Why would this be such a big deal if performance isn't an issue?</p>
http://stackoverflow.com/questions/1503334/how-to-make-int10242how to make Int1024behrooz2009-10-01T11:18:49Z2009-10-01T12:43:49Z
<p>how to declare int1024 in C#? i can use VB or C++ Too. </p>
<p>Regards<br />
Behrooz</p>
http://stackoverflow.com/questions/1493768/tomcat-activemq-swing-and-a-stand-alone-java-server0Tomcat, ActiveMQ, Swing and a stand alone Java ServerBashar2009-09-29T16:56:48Z2009-10-01T09:03:29Z
<p>I would probably say this is more of a general posting asking for advice rather than a direct solution request.</p>
<p>I am currently in the process of laying down the design and infrastructure for a startup with a colleague of mine, nevertheless, my experience lays in the realm of Java Swing development and JavaScript/Ajax worlds as well as some C++. With this mind, I believe there are many other out there who can help out with suggestions and thoughts regarding my design suggestion.</p>
<p>The development would be divided into three main components, the first is a web page for users to search through resources. This has to be both scalable and multilingual. </p>
<p>The second is a Swing (though open to other Java and opensource alternatives) terminal at local businesses to manager requests done through the web. The terminal would be continuously connected to our infrastructure for status updates and feedback.</p>
<p>Finally, the infrastructure would be a number of stand alone Java servers running in clusters based on their functionality (management, reporting, query, etc).</p>
<p>Currently I am thinking of using the following as solutions:
For my web tier, i would be implementing it using the Google Web Toolkit (considering its strength, adoption, and potential). Web tier would be managed via a load balanced tomcat instances directly connected via ActiveMQ to internal server resources.</p>
<p>The servers would be simple multi threaded Java servers processing messages from the ActiveMQ messaging service. I need advice about maintaining clustering (making sure data is synchronized as well as the ability to load balance so communication between similar servers is crucial)</p>
<p>Finally, I am not sure how to implement this, but my initial thoughts are to connect remote terminals to the core network, through a gateway server (thought of a tomcat instance but for bidirectionality had to drop the thought) via Active MQ or simply over TCP.</p>
<p>I am not concerned with using Tomcat vs. JEE or spring since the bulk of the heavy lifting would in effect be done by the back end servers.</p>
<p>Is my design feasible? Do you have any recommendations? Major flaws? scalability issues? I would greatly appreciate all input...</p>
http://stackoverflow.com/questions/1419368/how-to-attach-properties-thru-net-infrastracture-or-any-else0How to attach properties (thru .NET infrastracture or any else)Shimmy2009-09-14T01:48:35Z2009-09-14T08:10:46Z
<p>I have a WPF application and I added to the project resources many icons and bitmaps.</p>
<p>Now I can access them like this:</p>
<pre><code>Dim ico As System.Drawing.Icon = My.Resources.Icon 'Icon.ico
Dim img As System.Drawing.Bitmap = My.Resources.Image 'Image.png
</code></pre>
<p>In order to use it in wpf I created too simple Extension Methods that convert them to ImageSource type:</p>
<pre><code>'...Imports System.Drawing
'...Imports System.Windows.Interop.Imaging
<Extension()> _
Public Function ToImageSource(ByVal icon As Icon) As BitmapSource
Return CreateBitmapSourceFromHIcon(icon.Handle, Int32Rect.Empty, _
BitmapSizeOptions.FromEmptyOptions)
End Function
<Extension()> _
Public Function ToImageSource(ByVal image As Bitmap) As BitmapSource
Return CreateBitmapSourceFromHBitmap(image.GetHbitmap(), IntPtr.Zero, _
Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions)
End Function
</code></pre>
<p>So I can use it this way:</p>
<pre><code>Dim i As New Image With {.Source = My.Resources.Image.ToImageSource}
</code></pre>
<p>Taking a look at MyWpfExtensions.vb reveals me that there are few Microsoft infrastractures that allow unofficial coding and here comes my question to the experts of you.</p>
<p>I'd like to have for each resource of type System.Drawing.Bitmap/Icon an additional (or overriding) property that returns the image via the ex. method so I don't have to use a converter in the Xaml, but use it directly.</p>
<p>I am actually looking for something like Microsoft.VisualBasic.MyGroupCollectionAttribute.</p>
<p>Any ideas?...</p>
http://stackoverflow.com/questions/1348846/saml-security-assertion-markup-language-can-this-be-implemented-via-network-i0SAML (Security Assertion Markup Language) - Can this be implemented via network infrastructureAWC2009-08-28T19:18:35Z2009-08-31T14:35:13Z
<p>I've possible got to implement SAML for a couple of sites we have and I was wondering if this kind of requirement can be implemented in infrastructure technologies like Active Directory or do I have to implement the solution in application code?</p>
<p>Cheers</p>
<p>Ollie</p>
http://stackoverflow.com/questions/429352/what-are-the-minimum-security-precautions-to-put-in-place-for-a-startup3What are the minimum security precautions to put in place for a startup?Dana the Sane2009-01-09T19:25:13Z2009-08-29T09:07:14Z
<p>I'm working with a start-up, mostly doing system administration and I've come across a some security issues that I'm not really comfortable with. I want to judge whether my expectations are accurate, so I'm looking for some insight into what others have done in this situation, and what risks/problems came up. In particular, how critical are measures like placing admin tools behind a vpn, regular security updates (OS and tools), etc. </p>
<p>Keep in mind that as this is a start-up, the main goal is to get as many features as possible out the door quickly, so I'll need as much justification as I can get to get the resources for security (i.e. downtime for upgrades, dev time for application security fixes).</p>
<p>Background Info:</p>
<ul>
<li>Application is LAMP as well as a custom java client-server.</li>
<li>Over the next 3 months, I project about 10k anonymous visitors to the site and up to 1000 authenticated users.</li>
<li>Younger audience (16-25) which is guaranteed to have an above average number of black-hats included.</li>
</ul>
<p>Thanks in advance for your responses, and I'll welcome any related advice.</p>
http://stackoverflow.com/questions/818881/how-to-set-up-ssl-in-a-load-balanced-environment1How to set up SSL in a load balanced environment?ronaldwidha2009-05-04T05:36:15Z2009-08-18T18:54:08Z
<p>Here is our current infrastructure:</p>
<ol>
<li>2 web servers behind a shared load balancer</li>
<li>dns is pointing to the load balancer</li>
<li>web app is done in asp.net, with wcf services</li>
</ol>
<p>My question is how to set up the SSL certificate to support https connection.</p>
<p>Here are 2 ideas that I have:</p>
<ol>
<li>SSL certificate terminates at the load balancer. secure/unsecure communication behind the load balancer will be forwarded to 2 different ports.<br/>
<strong>pro:</strong> only need 1 certificate as I scale horizontally<br/>
<strong>cons:</strong> I have to check secure or not secure by checking which port the request is
coming from. doesn't quite feel right to me<br/><br/>
WCF by design will not work when IIS is binded 2 different ports<br />
(<a href="https://connect.microsoft.com/wcf/feedback/ViewFeedback.aspx?FeedbackID=322896" rel="nofollow">according to this</a>)<br/><br/></li>
<li>SSL certificate terminates on each of the server?<br/>
<strong>cons:</strong> need to add more certificates to scale horizontally</li>
</ol>
<p>thanks</p>
http://stackoverflow.com/questions/770281/sharepoint-infrastructure-update-authentication-issues2SharePoint Infrastructure Update Authentication IssuesRussell Giddings2009-04-20T21:57:47Z2009-08-07T12:27:42Z
<p>I've got a SharePoint MOSS 2007 development setup on to which I installed the WSS infrastructure update. Now, whenever I try to access any site collection in my SharePoint farm using IE7 I get a username and password prompt. I enter valid credentials for my Site Collection admin account and I see the box again. This happens three times then after the third time I just see a blank page.</p>
<p>When I access the system through FireFox 3.0 I get the username and password screen but after putting the credentials in the first time, the site runs as normal.</p>
<p>I presume this is because IE is using NTLM whereas Firefox is using basic authentication, but I'm not sure how to resolve the issue.</p>
<p>Has anyone else experienced this or can anyone point me in the right direction?</p>
<p>Thanks in advance
- Russell</p>
http://stackoverflow.com/questions/1171576/tool-to-describe-information-about-infrastructure0Tool to describe information about infrastructuremrusaev2009-07-23T13:06:22Z2009-07-23T13:06:22Z
<p>I'm looking for something to describe existing infrastructure of working applications. What I need:
<li>
<ol> The ability to create new entities, add/edit properties of entity. Example of entity is Windows server with properties such as IP address, server name etc. Another example is application with properties: name, location etc.</ol>
<ol> Create dependency between entities. Application depends on server where it's installed and running. Dependency can be different type: vital, high impact, low impact.</ol>
<ol> Search. User should be able to find entity by property and see all entities related to the entity.</ol>
<ol> Interaction. Optional. Could be good to have the ability to change the state of entity, f.e. shut down the server and see what application will be impacted and how.</ol>
</li></p>
http://stackoverflow.com/questions/461618/whats-most-important-when-you-need-to-establish-a-software-development-infrastru2What's most important when you need to establish a software development infrastructure in your company?Michal2009-01-20T14:52:33Z2009-07-11T19:05:51Z
<p>Let's say you work for a huge company which suddenly decides to do custom in-house software development. Additionally, they want to be able to offer successful developments to their customers as well (if any).</p>
<p>Now you are in charge of it.</p>
<p><strong>What would you see as most important to build a successful software development infrastructure?</strong></p>
<ul>
<li>flexible to future growth</li>
<li>flexible on used technologies (projects with c, java, .net, web, mobile, ...)</li>
<li>What kind of tools (source control, forge, ...), hardware (virtual, seperate dev & production, ..), processes (guidelines, code reviews, ...), etc.</li>
</ul>
<p><strong>UPDATE:</strong> Please don't answer that you need the right people and the right tools. This is exactly what i am looking for.. What are the right tools and what people of what type would you hire first to join your team? Think of it as you will be the lead of that development.</p>
http://stackoverflow.com/questions/961767/infrastructual-user-story-problem0Infrastructual user story probleminanc2009-06-07T11:57:36Z2009-06-27T22:00:02Z
<p>"We need to show quotes related with the current document."</p>
<p>This user story will cause many of our subsystems to get modified, and it is more or less 4-5 sprint length. Splitting it into sub stories is impossible cause the modifications has no business value. But, in the 5th sprint, there will a business value.</p>
<p>What do you suggest? How are we gonna create business value, demonstrate it to our customers each sprint and also let our customers to prioritize work on each sprint?</p>
http://stackoverflow.com/questions/613568/architecture-recommendation-for-load-balanced-asp-net-site10Architecture recommendation for load-balanced ASP.NET sitefrankadelic2009-03-05T04:31:01Z2009-05-21T19:31:57Z
<p><strong>UPDATE 2009-05-21</strong></p>
<p>I've been testing the #2 method of using a single network share. It is resulting in some issues with Windows Server 2003 under load:</p>
<p><a href="http://support.microsoft.com/kb/810886" rel="nofollow">http://support.microsoft.com/kb/810886</a></p>
<p><strong>end update</strong></p>
<p>I've received a proposal for an ASP.NET website that works as follows:</p>
<p>Hardware load-balancer -> 4 IIS6 web servers -> SQL Server DB with failover cluster</p>
<p>Here's the problem...</p>
<p>We are choosing where to store the web files (aspx, html, css, images). Two options have been proposed:</p>
<p>1) Create identical copies of the web files on each of the 4 IIS servers.</p>
<p>2) Put a single copy of the web files on a network share accessible by the 4 web servers. The webroots on the 4 IIS servers will be mapped to the single network share.</p>
<p>Which is the better solution?
Option 2 obviously is simpler for deployments since it requires copying files to only a single location. However, I wonder if there will be scalability issues since four web servers are all accessing a single set of files. Will IIS cache these files locally? Would it hit the network share on every client request?
Also, will access to a network share always be slower than getting a file on a local hard drive?
Does the load on the network share become substantially worse if more IIS servers are added?</p>
<p>To give perspective, this is for a web site that currently receives ~20 million hits per month. At recent peak, it was receiving about 200 hits per second.</p>
<p>Please let me know if you have particular experience with such a setup. Thanks for the input.</p>
<p><strong>UPDATE 2009-03-05</strong></p>
<p>To clarify my situation - the "deployments" in this system are far more frequent than a typical web application. The web site is the front end for a back office CMS. Each time content is published in the CMS, new pages (aspx, html, etc) are automatically pushed to the live site. The deployments are basically "on demand". Theoretically, this push could happen several times within a minute or more. So I'm not sure it would be practical to deploy one web server at time. Thoughts?</p>
http://stackoverflow.com/questions/819184/how-to-show-maintenance-page-during-deployment1How to show maintenance page during deployment?ronaldwidha2009-05-04T07:58:17Z2009-05-04T08:03:08Z
<p>I want to plan a schedule maintenance down time on one of my production asp.net website hosted on IIS windows server 2003.</p>
<p>I think this is the preferred behavior:</p>
<ol>
<li>All request to <a href="http://www.x.com" rel="nofollow">http://www.x.com</a> including www.x.com/asb/asd/ will be redirected to a notification page (site is currently down. come back later)</li>
<li>The maintenance will take around an hour. how do I ensure for having this redirection to maintenance page to have the least impact to SEO/google ranking</li>
<li>Preferrably I want to be able to quietly test the production site before it goes back 'live'</li>
<li>Preferrably I dont want to rely on pointing DNS elsewhere.</li>
<li>To make it simple please pretend that I don't have any other hardware in front of the web servers (i.e load balancer, firewall etc)</li>
</ol>
<p>An idea would be:</p>
<ol>
<li>to create another app on the same web server</li>
<li>create httpmodule or httphandler to handle any url request and 302 redirect them to the maintenance page</li>
</ol>
<p>Thanks</p>
http://stackoverflow.com/questions/811330/infrastructure-required-for-a-large-scale-php-project1Infrastructure required for a large Scale PHP ProjectVinayak2009-05-01T13:26:26Z2009-05-01T16:02:30Z
<p>Hi </p>
<p>My team is developing a large music portal in PHP. It is hoped that the portal will have 1 million+ users within a year of its launch. The portal will allow users to create playlists, stream and download music.</p>
<p>Till now, we have developed applications that have been used by a maximum of about a 1000 simultaneous users. This portal is of a different order of magnitude.</p>
<p>I want to know if there are any benchmarks available for calculating the hardware memory requirements and bandwidth requirements for such large projects.</p>
<p>Also, if a content delivery network (CDN) can handle all traffic related problems or something specific - like caching - needs to be done.</p>
<p>Which database would be suitable? Will mySQL be able to handle such loads or something else is required.</p>
<p>Thanks</p>
<p>Vinayak </p>
http://stackoverflow.com/questions/686480/what-are-the-most-important-infrastructure-components-in-large-scale-development0What are the most important infrastructure components in large-scale development?jons9112009-03-26T16:21:53Z2009-03-26T17:21:35Z
<p>What are some of the building blocks foundational to enterprise business applications? I'm thinking about re-usable components multiple applications share to:</p>
<ol>
<li>Scale up faster</li>
<li>Speed development by eliminating re-building</li>
<li>Provide a stable infrastructures by minimizing key points of failure</li>
</ol>
<p>Some examples of concepts I've seen success with centralizing/standardizing:</p>
<ul>
<li>logging</li>
<li>queueing</li>
<li>scheduling</li>
</ul>
http://stackoverflow.com/questions/636123/keeping-applications-and-infrastructure-connected2Keeping applications and infrastructure connectedbong2009-03-11T20:05:13Z2009-03-11T20:51:49Z
<p>I work in an IT department that is divided into two groups. One group develops and manages applications, the other manages the company's infrastructure and servers. One of the problems we face is a break down in communication. I work for the application group and one of the problems I have is not being notified when a server is taken down by infrastructure, or a database is being refreshed.</p>
<p>Does anyone have suggestions on how to improve communications between the two groups or any ideas on how to keep a light-weight log across multiple systems (both linux and windows)? Ideally it would be nice if we could have our boxes just tweet their statuses or something.</p>
<p>Thanks for the help,</p>
<p>Ben</p>
http://stackoverflow.com/questions/618549/existing-server-storage-management-software-solutions1Existing Server Storage Management Software Solutions?bobwah2009-03-06T11:35:14Z2009-03-06T16:56:40Z
<p>I am in the process of trying to graphically represent all of our server racks. So when we receive a new server we can decide where this should be put and where a specific servers currently resides.</p>
<p>Are there any existing software packages that stores this kind of data already? I'd prefer open source ones if there are any but anything would be helpful.</p>
http://stackoverflow.com/questions/547203/best-infrastructure-for-a-situation1Best infrastructure for a situationPatrick Parent2009-02-13T18:55:25Z2009-02-13T19:09:03Z
<p>Hi, I have the following situation, and I'd like to know what approach would you take to solve this problem.</p>
<p>Here's the client needs.</p>
<p>He needs a WebSite / E-Commerce and what to be able to customize the look of the e-commerce. He also wants to be able to extend some functionality like product configuration.</p>
<p>He have an office in one country, and another office in another country.</p>
<p>The client make their order via the web or by phone, then someone in the company decide if the order should be done in office 1 or office 2.</p>
<p>The client needs to be able to see the information about the two offices from one location.</p>
<p>So we have 1 website + 2 office and I'd like to know what would you choose to do in this situation. Would you make everything in web, in that case, how can I handle barcode and special printers. </p>
<p>Would you do a website + 1 software that share a database on the web. In that case, would the data transfer be too slow.</p>
<p>The goal is to keep the development as simple as possible, because the client wants to be able to change the programmer if it is needed.</p>
<p>Preferably, the application should be done in .Net to make this easier to code. </p>
<p>So what would you do in this situation ?</p>
http://stackoverflow.com/questions/529207/best-way-to-organize-a-subversion-repository-of-many-small-projects2Best way to organize a subversion repository of many small projectsBrianH2009-02-09T18:09:44Z2009-02-09T18:45:51Z
<p>To start out, I have looked at the following pages and don't quite have my answer:
<a href="http://stackoverflow.com/questions/51217/how-would-you-organize-a-subversion-repository-for-in-house-software-projects">how-would-you-organize-a-subversion-repository-for-in-house-software-projects</a> and
<a href="http://stackoverflow.com/questions/222827/how-do-you-organize-your-version-control-repository">how-do-you-organize-your-version-control-repository</a></p>
<p>I have also looked at chapter 8 of <a href="http://www.pragprog.com/titles/svn/pragmatic-version-control-using-subversion" rel="nofollow">Pragmatic Version Control using Subversion</a>.</p>
<p>They all have good advice, but I'm having a hard time relating it to my needs.</p>
<p>Basically, I want to organize the code for our web server. We have a $WEBROOT/htdocs and $WEBROOT/cgi-bin. Under our htdocs dir we have $WEBROOT/htdocs/js and $WEBROOT/htdocs/css for java script and style sheets.</p>
<p>Our "projects" are not really projects, but small bits of code - maybe a Perl script, java script file, and a style sheet. We have maybe a hundred or so of these small "projects" that are all pretty much independent of each other, but all live under the same $WEBROOT on the same webserver.</p>
<p>Our code is not in subversion yet, but I want it to be - I am just having trouble organizing it efficiently. We can have multiple svn repositories if needed, but if each repository was only 3-10 elements, that seems like a waste to me.</p>
<p>What I thought could work is something like this: If I write a script to count the running processes on the webserver (for the sake of an example). Let's say I have a perl script, a js file, and a css file. I could name the "project" webserver_processes, and check it into the repository as:</p>
<pre><code>/svnrepo/webserver_processes/trunk
</code></pre>
<p>Under trunk, I could have:</p>
<pre><code>htdocs/html/webserver_processes
htdocs/js/webserver_processes
htdocs/css/webserver_processes
cgi-bin/webserver_processes
</code></pre>
<p>I don't have any static html docs in this "project" but if i did, they would go in the "html" directory.</p>
<p>The benefit I see in this structure is that I can checkout one "project" at a time without really affecting anything else on the web server. The disadvantage (and maybe it isn't really a disadvantage) is deploying. I would have to deploy 1 project at a time from the repository. I don't see how it would be possible to create a working copy with my structure of $WEBROOT/htdocs and $WEBROOT/cgi-bin using this method.</p>
<p><strong>Another option:</strong></p>
<p>I could create a svn repository like this:</p>
<pre><code>/svnrepo/webcode/trunk
</code></pre>
<p>Under trunk would be all of the code on my web server, in these two directories:</p>
<pre><code>htdocs
cgi-bin
</code></pre>
<p>The huge disadvantage would be, for a small code change to 1 element, I would have to checkout every piece of code in my web environment. The benefit (somewhat) would be I could do an "svn update" on our web server to pick up any changes committed to the repository.</p>
<p>Maybe I am just making this more complex than it should be, but does anyone have any advice on how I could efficiently organize my code in subversion?</p>
<p>Many thanks in advance!</p>
<p>Brian</p>
http://stackoverflow.com/questions/478126/whats-the-best-sap-erp-infrastructure-architecture2Whats the best SAP ERP infrastructure architecture?Asif2009-01-25T19:40:34Z2009-01-26T18:50:19Z
<p>My company is planning to implement SAP HR in our organsization. We already have the other modules running. We plan to offer ESS/MSS to approximatly 200 000 users. Our current configuration is one machine with a Central Instance and 3 machines with Dialogue Instances. The DB is on the Central Instance machine. Enterprise Portal + DB is running on a separate machine. We are thinking of separating the HR module onto a separate DB so as to not to kill the other modules with load. Is this a valid concern? Is there any better way to architect the system? I was thinking along the lines of separating the DB and Cental instance onto two different machines. I've tried searching on SAP market place for any advice on SAP infrastructure architecture without any luck.</p>
http://stackoverflow.com/questions/478664/if-a-site-has-2-load-balancers-for-redundancy-reason-which-one-should-the-dns-po4If a site has 2 load balancers for redundancy reason, which one should the DNS points to?Henry2009-01-26T01:53:04Z2009-01-26T13:40:11Z
<p>If I simply point to both in my DNS record, wouldn't 50% of traffic be in trouble as well?</p>
http://stackoverflow.com/questions/476474/how-to-dynamically-create-sub-domains-with-different-ip-than-the-original-domain1How to dynamically create sub-domains with different IP than the original domain correctly and efficiently?Henry2009-01-24T18:47:20Z2009-01-25T13:48:23Z
<p>How to efficiently create subdomains dynamically that are resolved to different IP than the original domain?</p>
<p>Most dynamic subdomain creation solutions I've found here would add a *.domain.com A-record to the DNS server (usually using BIND), but that's <strong>not</strong> what I want.</p>
<p>Does that mean the zone file needs to be set to always Expire? Wouldn't that tax our DNS server heavily?</p>
<p>However, what if the client ISP doesn't go and fetch the new zone file I just dynamically changed? Wouldn't they not able to resolve our new sub-domain entry?</p>
<p>Would setting up DDNS in BIND be the logical path for implementing such system? DDNS would allow me dynamically insert A-record without restarting BIND, right?</p>
<p>I'm sure there are some way to do this, since most large blogging service that doesn't point all account to the same IP as the blogging engine, are doing something similar to what I need.</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/463757/whats-the-best-solution-for-file-storage-for-a-load-balanced-asp-net-app6What's the best solution for file storage for a load-balanced ASP.NET app?Dan2009-01-21T01:01:08Z2009-01-21T15:48:30Z
<p>We have an ASP.NET file delivery app (internal users upload, external users download) and I'm wondering what the best approach is for distributing files so we don't have a single point of failure by only storing the app's files on one server. We distribute the app's load across multiple front end web servers, meaning for file storage we can't simply store a file locally on the web server. </p>
<p>Our current setup has us pointing at a share on a primary database/file server. Throughout the day we robocopy the contents of the share on the primary server over to the failover. This scneario ensures we have a secondary machine with fairly current data on it but we want to get to the point where we can failover from the primary to the failover and back again without data loss or errors in the front end app. Right now it's a fairly manual process.</p>
<p>Possible solutions include:</p>
<ul>
<li>Robocopy. Simple, but it doesn't easily allow you to fail over and back again without multiple jobs running all the time (copying data back and forth)
<li>Store the file in a BLOB in SQL Server 2005. I think this could be a performance issue, especially with large files.
<li>Use the <a href="http://blogs.technet.com/dataplatforminsider/archive/2008/04/14/sql-server-2008-makes-it-easy-to-manage-blobs-and-files.aspx" rel="nofollow">FILESTREAM type in SQL Server 2008</a>. We mirror our database so this would seem to be promising. Anyone have any experience with this?
<li><a href="http://technet.microsoft.com/en-us/library/cc738688.aspx" rel="nofollow">Microsoft's Distributed File System</a>. Seems like overkill from what I've read since we only have 2 servers to manage.
</ul>
<p>So how do you normally solve this problem and what is the best solution?</p>
http://stackoverflow.com/questions/410413/benefits-and-hindrances-of-regular-server-reboots1Benefits and Hindrances of Regular Server RebootsTimur Fanshteyn2009-01-04T03:54:09Z2009-01-04T08:36:58Z
<p>In the ears of working in multiple teams, I've met multiple infrastructure managers that installed a policy of weekly server reboots. As a developer, I was always against the policy - it seems that this is a hack to work around software bugs and hardware instabilities, instead of correcting them.</p>
<p>What are the people's opinions, positive and negative points regarding the policy?</p>
http://stackoverflow.com/questions/380075/working-around-development-constraints-in-customer-policy0Working around development constraints in customer policyicelava2008-12-19T04:03:06Z2008-12-21T11:15:35Z
<p>As described before, <a href="http://stackoverflow.com/questions/30824/book-on-system-archaeology">I work in IT consultancy and move through various customer environments</a>. It is natural to encounter a variety of security policies, and in most environments we have had to go through a security checklist before authorizating our laptops - our mobile development workstations - for connection into their network (most of the time just development network).</p>
<p>There is this customer who does not allow external computers to connect to their network, so our laptops are.... expensive communication computers with mobile GSM modems. We are forced to use their desktop PCs for development, and those workstations are pretty old models with low RAM and single-core Pentium 4 CPUs and cranky disks. Needless to say, development work is sub-optimal, especially when working with Visual Studio solutions that can range 100 - 400 projects.</p>
<p>For small cases that can be isolated, we develop and test on our own laptops. But for the bigger cases, given that certain development servers like SeeBeyond and mainframe DB2 databases are only on the network, and the prospect of copying hundreds of projects to and fro machines is just ghastly, it does not seem like a technically sound idea.</p>
<p>I am not asking for tricks that violate the customer's policies (e.g. plug laptop in masquerading desktop MAC address). I just like to know what others have tried to retain some of their advantage and efficiency with their own hardware when working in such environments. Whenever I can I try to duplicate the environment with virtual servers on my own laptop, but it only goes so far with Microsoft-only server solutions. Virtualizing non-Microsoft server and software is a challenge.</p>
http://stackoverflow.com/questions/352462/sharing-data-between-remote-locations2Sharing data between remote locationsRenaud Bompuis2008-12-09T11:37:27Z2008-12-09T17:31:25Z
<p>I'm currently estimating how to best share data between offices at different geographical locations.<br />
My current preference is for using <a href="http://msdn.microsoft.com/en-us/library/ms151198.aspx" rel="nofollow">SQL Server Merge Replication</a> and have a main database and handful of subscribers.</p>
<p>The system will also need to allow a few work sites to work disconnected (no or little connectivity on construction sites).</p>
<p>The amount of data is not going to be large, we're talking about sharing data from a custom ERP system between a manufacturing plant, a handful of regional offices and work sites.</p>
<p>The <a href="http://msdn.microsoft.com/en-us/sync/default.aspx" rel="nofollow">Sync Framework</a> also looks good and seems to have good support in <em>SQL Server 2008</em>.</p>
<ol>
<li>What other proven system out there should I investigate that can answer these needs?</li>
<li>For those with experience on sharing data in a similar environment, do you have any particular recommendation and tips?</li>
<li>How difficult has it been for you to deal with data conflicts?</li>
</ol>