I installed oracle's AD4J sometime back and seem to have forgot the password. Not able to figure out how to reset the password for it. Please don't hate me for this :(
I have two Varnish servers and I plan to add more varnish servers. I am using a nginx load balancer to divide traffic to these varnish servers. To utilize maximum RAM of each varnish server, I need that same request reaches same varnish server. Same request can be identified by one GET parameter in the request URL say 'a'
In a normal code, I would…
Hi,
I have a nginx server with 5 backend servers. We serve around 400-500 requests/second. I have started getting a large number of Upstream Timed out errors (110: Connection timed out)
Error string in error.log looks like
2011/01/10 21:59:46 [error] 1153#0: *1699246778 upstream timed out (110: Connection timed out) while reading response header…
I am reading several notes on SSL certificates and comparison. What matters to me the most is speed. I can read that encryption is same with all different certificates available but I was wondering if there is any difference in the performance of the website with different certificates involved.
I am ofcourse interested in end to end response…
I have an Apache 2.2 VirtualHost with a *.domain.com Servername. This is required for my scenario, all subdomains are handled with the same site.
Now, in the access log, I am trying to figure out a logformat variable (or way) that will let me log the asked for domain name. If I use the vhost_combined format, all I get in my access log is…
We work on our projects locally, and deploy them on remote servers for testing. This is currently done via git commits/push/pulls. But the problem here is that most of the commit contain errors and/or break the code in significant manner due to the lack of testing.
Is there a way we can deploy the code on the remote server without using…
Why your security sucks | Eric Knorr
A conversation with InfoWorld security expert Roger Grimes reveals why the latest burst of attacks is just business as usual.
JDev 11g R2 - ADF BC Dependency Diagram Feature | Andrejus Baranovskis
Oracle ACE Director Andrejus Baranovkis continues his exploration of JDeveloper 11g R2.
Mobile…
The Empowered Business
"Someone needs to be the enterprise parent that asks the question, “do you really need that?” It may be a shiny new thing, but does it make a difference in the ability to accomplish the strategy and goals?" - Enterprise Architect Todd Biske
(tags: enterprisearchitecture)
…
In this Issue:
Michael Washington,
Manas Patnaik,
Jeff Blankenburg,
Doug Mair,
Jon Galloway,
Richard Bartholomew,
Peter Bromberg,
Joel Reyes,
Zeben Chen,
Navneet Gupta, and
Cathy Sullivan.
…
Google I/O 2012 - Putting Together the Pieces: Building Apps with Google Apps Script
Saurabh Gupta Learn what's new with Google Apps Script. This session will explore the simplicity of Google Apps Script to build an app that integrates across many Google services. Many of the Google Apps Script services will be covered, demonstrating…
Mivel ezzel van tele a blogvilág és a java valamint open source community oldalak többsége nem is mennék bele a részletekbe. De akinek információra van szüksége, mindenféleképpen Arun Gupta blogját ajánlom kiindulási pontként. És az o blogja szerintem ebben a témában jobb kezdolap is, mint egy google keresés. Azért ami a…
Online Ecommerce stores are gaining popularity these days. Their business is achieving exceptional heights. The reason behind their success is the lack of time that people in the present world have. ... [Author: Anurag Gupta - Web Design and Development - May 11, 2010]
Gaurav Gupta, a senior program manager on Microsoft's cloud backup team, announced details of the service in a recent post on Microsoft's Windows Server Blog. In essence, the Microsoft Online Backup Service allows Windows Server 8 users to backup and recover their files and folders from the cloud. This essential…
I have created this query to fetch some result from database.
Here is my table structure.
What exaclty is happening.
DtMapGuestDepartment as Table 1
DtDepartment as Table 2
Are being used
var dept_list= from map in DtMapGuestDepartment.AsEnumerable()
where…
Okay, I am trying to deploy a .Net framework 4 website on IIS7 server. I have already changed the application-pool's target framework to .Net 4, but the app is still showing me the error:
"The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration"…
Ok, I know I am missing something here. I have the following operation contract:
public double DivideByZero(int x, int y)
{
if (y == 0)
{
throw new FaultException<ArgumentException>
(new ArgumentException("Just some dummy exception")
…
In my C# windows application, I am exporting sql server data to excel on remote drive. But it is too slow.
However, if I export data to excel in the local drive, it is fast.
How can I increase the time if I want to export data to remote drive?
Thanks in advance...
I am unable to send the mail using smtp client.
here is the code:
SmtpClient client=new SmtpClient("Host");
client.Credentials=new NetworkCredential("username", "password");
MailMessage mailMessage = new MailMessage();
mailMessage.from="sender@gmail.com";…
my solution has multiple projects and in one of them I have the code to get the embedded resource (an xml file) from another project. All this works fine when all the projects are seperate. However when all the class libraries are embedded into a single…
I am little confused with my Opengl game loop. as I am skipping touch events some times. My game loop is some thing like this..
I have ScreenManager which draw and update all game screens who so ever has control.In update I am checking input of all…
I want to rethrow same exception in sql server that has been occured in my try block.
I am able to throw same message but i want to throw same error.
BEGIN TRANSACTION
BEGIN TRY
INSERT INTO Tags.tblDomain
(DomainName,…
Hi
Please help me out i want to switch to first view from third view directly here is my code:-where i m using presentModelViewcontroller
//
// ExperimentAppDelegate.h
// Experiment
//
// Created by Aman on 4/20/10.
// Copyright…
This is not working. Returns Null to dept_list.
var dept_list = ((from map in DtMapGuestDepartment.AsEnumerable()
where map.Field<Nullable<long>>("Guest_Id") == 174
…
Hi
In my application I m using following way to get red pixel in a image
//
// PixelsAccessAppDelegate.h
// PixelsAccess
//
// Created by Fortune1 on 14/04/10.
// Copyright MyCompanyName 2010. All rights reserved.
//
import
…
We have .net application installed on production server. It is using .net FrameWork 3.0 on windows server 2003 with RAM 4 GB.
But there is a problem in application while running sometimes it throws system out of memory exception. I…