Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
8answers
695 views

Sell me Distributed revision control

I know 1000s of similar topics floating around. I read at lest 5 threads here in SO But why am I still not convinced about DVCS? I have only following questions (note that I am selfishly worried only ...
8
votes
7answers
950 views

What's the best practice for centralised logging?

My team has inherited support for 100+ applications. The applications don't have any kind of common architecture, so the ones that do logging usually do it with custom code to local files or a local ...
3
votes
2answers
280 views

Centralized cache server. (Ehcache or Hazelcast)

Currently we have 2 app severs, each has application level cache and has centralized database server. To keep both servers app cache in sync we have set up JMS broker in between. On cache clear on one ...
2
votes
0answers
79 views

Configure Zookeeper zoodiscovery centralized and replicated mode

I have a problem configuring Zookeeper to work with zoodiscovery mode centralized and replicated. The guide at http://wiki.eclipse.org/Zookeeper_Based_ECF_Discovery is a little mysterious about that. ...
2
votes
3answers
331 views

Windows Centralized Configuration for third party applications?

We are looking at a standard way of configuring the various "endpoints" of our application. Our application is a distributed system with Windows Desktop applications, Windows Server "services" and ...
1
vote
1answer
117 views

Centralised buildserver for local and remote compilation

I am in a team of a few developers who are sharing a license for a compiler toolchain. The issue that we are having is that after one developer has acquired the license to use the compiler, there is ...
1
vote
1answer
56 views

phpUnderControl centralized for projects on different servers?

I didnt work with phpundercontrol yet and from what I read so far, I dont see whether you can use it to control/CI multiple projects that are "living" on different servers. Do I really have to run ...
1
vote
5answers
176 views

Importing module from network

Is there a way to get python to read modules from a network? We have many machines and it would be a too much effort to update each machine manually each time I change a module so I want python to ...
1
vote
3answers
143 views

How can I handle all my errors/messages in one place on an Asp.Net page?

I'm looking for some guidance here. On my site I put things in Web user controls. For example, I will have a NewsItem Control, an Article Control, a ContactForm control. These will appear in various ...
1
vote
3answers
179 views

Centralizing Messagebox handling for application

I'm wondering how others deal with trying to centralize MessageBox function calling. Instead of having long text embedded all over the place in code, in the past (non .net language), I would put ...
1
vote
2answers
2k views

Git Version numbering with a centralized workflow

We are using Git with a central server, and our code needs to include a version number in a file. The way this is currently done is like this: A new developer does a "git clone" In his local copy, ...
0
votes
0answers
18 views

Centralised gallery with prev/next buttons either side which expands to fit the image

I am creating a simple image gallery, and have stumbled upon Adeneo's neat little example, which arose as a result of this question and makes use of JQuery. My problem is that the gallery needs to be ...
0
votes
3answers
48 views

Centralized log solution

I'm looking for good a centralized log solution (for Windows server) for my ASP.NET MVC application. My application is scalable and I want my log to be scalable too (so log server won't be a single ...
0
votes
0answers
19 views

Going from multiple databases to centralized database

Is there a fast or have anybody done something similar to merging several databases(with the same schema) into a single centralized database? Keep in mind that these databases have been running ...
0
votes
1answer
155 views

Looking for implementing a centralized git repository… with a catch

The idea behind what I am wanting to do is to create a centralized server on a linux system. I understand how to set this up, and already have. Next I would like to set up git on a windows system, aka ...
0
votes
1answer
44 views

Desktop to Web communication for a centralized database

I have developed a web portal with a web hosted database, a desktop application with a desktop database. A master database on the web is supposed to be centralized, hosting data of both multiple ...
0
votes
2answers
347 views

Java DB Client-server technology - centralized DB - How?

I have a project this year. It is about developing a Java application with a database for circulating and validating documents between the manager, secretary and head of finance. My question is: How ...
0
votes
1answer
91 views

VC++ forms application centralized exception handling similar to C# forms application on .net platform

I am new to VC++ and I have good experience in working with C# on .net platform. Presently I am in a project which is a combination of VC++ and C# on .net platform. I used to add centralized ...
0
votes
1answer
70 views

Performing centralized authorization for multiple applications

Here's a question that I have been wrestling with for a while. We have a situation wherein we have a number of applications that we have created. These have grown organically over a period of time. ...
0
votes
1answer
32 views

Marking Changes to database

I am developing application to be run in central server and distributed computers. I am supposed to write application to backup the data from distributed machines and merge it in central server. I ...
0
votes
2answers
275 views

SQL-Server DB design time scenario (distributed or centralized)

We've an SQL Server DB design time scenario .. we've to store data about different Organizations in our database (i.e. like Customer, Vendor, Distributor, ...). All the diff organizations share the ...
0
votes
2answers
167 views

PHP: Centralized Page Session Authenticator

I am currently wondering how a centralized page authenticator could be achieved. Can anyone suggest a neat algorithm for me? What I intend to achieve is to make my backend administrator pages session ...
-1
votes
1answer
34 views

J2EE Centralized URLrepository Sharepoint

Friends I am going through this pain of remembering all urls or adding it to my favorites every time there is a release or search for the urls in mailbox when needed it is confusing all the time. We ...