production Questions

4

Solved

I think many developers know that uncomfortable feeling when users tell them that "The application is slow (again)." In a complex web application there can be many possible reasons for a degradati...
Columbian asked 3/11, 2008 at 16:7

4

I want to use HSQLDB in a production environment for stroring some data in memory and for data export using files. Does anybody have experience with using hsqldb in production environments? Is hsql...
Sequester asked 11/6, 2010 at 7:21

1

Solved

Given a regular expression, I want to produce the set of strings that that regular expression would match. It is important to note that this set would not be infinite because there would be maximum...
Firdausi asked 10/7, 2011 at 21:13

4

Solved

What do I change to switch from production to staging.. etc.. and where.. Bootstrap ? Also, Curious if anyone has configured their Zend Framework to automatically switch from production, staging, ...
Sudatory asked 24/3, 2010 at 18:52

1

Solved

I thought I would throw this out there and see if I could get some solid advice on this. I've got a production site with a rather large code base and have just installed Git on it, same with test ...
Parrisch asked 29/4, 2011 at 18:40

2

I am somewhat new to Git only and I have only used it for basic projects with simple setups. Now I am struggling to wrap my head around a more complex setup. I have been up all night Googling but I...
Ebb asked 22/4, 2011 at 7:42

0

I recently stumbled across the Configuration Service for.NET Applications and WCF Services. It is part of the "StockTrader 4.0" sample put out by Microsoft. I'm wondered if anyone has either ...
Countrywoman asked 16/3, 2011 at 18:8

1

I have a problem with Django database configuration with 'postgresql_psycopg2' If I give any arbitrary name to my database like below, DATABASES = { 'default': { 'ENGINE': 'postgresql_psycopg2'...
Encrimson asked 3/2, 2011 at 15:8

1

Solved

I just switched over from my development database to the production database, and I realized I'm getting a consistent error nomatter what view I try to open. The stylesheets are not loading correct...
Urease asked 15/10, 2010 at 4:34

2

Solved

Currently my website (production server) already have a lot of code in it. And now I want to start using Git for my projects and setup a staging server for my team. Can anybody give me any advise? ...
Alisonalissa asked 2/10, 2010 at 4:18

7

Solved

I'm trying to create a staging branch on Heroku, but there's something I don't quite get. Assuming I've already created a heroku app and setup the remote to point to staging-remote, If I do: git...
Uziel asked 8/3, 2010 at 12:32

2

Given a relatively typical .NET 4 system in an SOA environment (i.e. Windows Server 2008 R2, RESTful Web Services on IIS 7, Windows Services for NServiceBus messaging, SQL Server 2008 R2, etc) what...
Crossstaff asked 9/8, 2010 at 15:12

15

There are a lot of different systems for balancing load and achieving redundancy in production servers (Not just web servers) Round-robin DNS Linux Virtual Server Cisco Local Director F5 BigIP Wi...
Newel asked 5/10, 2008 at 18:23

2

Solved

I'm about to deploy to production a fairly complex site and for the first time need a staging environment where I can test things in a more realistic environment, especially with regard to some ext...
Bogus asked 19/5, 2010 at 4:3

1

Is it good idea to use genetic algorithm in production? If you are using it: In what case? What pros for selecting subj? Can you easily add changes to algorithm?

1

Solved

I'm looking for a safe method of triggering DEBUG for INTERNAL_IPS requests on a django production server without requiring the alteration of a settings.py file. Mainly to get the toolbar going for...
Headache asked 22/12, 2009 at 0:50

10

I'm building a static ASP.NET site (using Masterpages and a few forms) and I'm about to release it onto my production server. I know about changing <compilation debug="true"> to false, but I...
Pentatomic asked 25/11, 2008 at 21:51

3

How do I set the application to production mode? Okay, this must be a no-brainer but I'm about to deploy my first Rails app and I've got everything setup properly: Ubuntu Hardy, Passenger, MySQL. ...
Am asked 25/8, 2009 at 7:28

4

Solved

I have an application that logs exception strack traces and I wanted those stack traces to include file names and line numbers when deployed in production. I figured out how to deploy the debug sym...
Whitebait asked 20/8, 2009 at 16:46

5

Solved

Are there any companies/web-sites that use Glassfish in production? I am new to J2EE and deploy JRuby on Rails alongside a JAX-WS Metro application in Glassfish v3 Prelude. Sometimes the quirks mak...
Favour asked 9/2, 2009 at 22:55

8

Solved

Guys, could you please recommend a tool for spotting a memory corruption on a production multithreaded server built with c++ and working under linux x86_64? I'm currently facing the following probl...
Holdfast asked 25/7, 2009 at 19:22

3

Solved

As one who is relatively new to the whole support and bug fixing environment and a young programmer I had never come across a bug that only occurs in the Websphere environment but not on the localh...
Tacho asked 27/7, 2009 at 16:24

10

Solved

Because we don't have a good staging environment we often have to debug issues on our production systems. We have web, application, and database servers. What kind of safeguards do you use to avoid...
Promotion asked 5/6, 2009 at 15:15

18

For example: Updating all rows of the customer table because you forgot to add the where clause. What was it like, realizing it and reporting it to your coworkers or customers? What were t...
Devisal asked 15/8, 2008 at 11:13

2

Solved

Is anyone aware of any gems, tutorials, or solutions enabling a user to sign in to a website at one domain and automatically given access to other partner domains in the same session? I have two ...
Trestle asked 8/11, 2008 at 4:58

© 2022 - 2024 — McMap. All rights reserved.