Error in apr_hash.

2010-04-12 Thread Jaysingh Samuel
Hi all, In our project we use apr_hash to store entries in lookup file, the hash table works fine if the entries are upto to 500. But when we increased the entries to 1500, it shows errors and apache does not load. Iam loading the hash table on post_config of the apache startup. and i have

RE: Minification of js files.

2009-11-04 Thread Jaysingh Samuel
Jerome, Thanks a lot for your valuable input. thanks, Jaysingh Date: Wed, 4 Nov 2009 08:05:25 +0100 Subject: Re: Minification of js files. From: jerome.ren...@gmail.com To: modules-...@httpd.apache.org Hello :) On Wed, Nov 4, 2009 at 5:42 AM, Jaysingh Samuel jayasingh.sam

Minification of js files.

2009-11-03 Thread Jaysingh Samuel
Hi, We are fetching lots of javascript source files through apache server, we use the mod_deflate there by gzip and sent across browser. So is there any apache modules which i could use to further reduce the content size of the javascript file. If i could sweep out the empty lines in the

RE: Minification of js files.

2009-11-03 Thread Jaysingh Samuel
: Minification of js files. From: jerome.ren...@gmail.com To: modules-dev@httpd.apache.org Hi Jaysingh On Tue, Nov 3, 2009 at 11:42 AM, Jaysingh Samuel jayasingh.sam...@hotmail.com wrote: Hi, We are fetching lots of javascript source files through apache server, we use the mod_deflate

RE: Minification of js files.

2009-11-03 Thread Jaysingh Samuel
2009 12:40:32 +0100 Subject: Re: Minification of js files. From: jerome.ren...@gmail.com To: modules-...@httpd.apache.org Jaysingh, On Tue, Nov 3, 2009 at 12:15 PM, Jaysingh Samuel jayasingh.sam...@hotmail.com wrote: Hi, Thanks for your input. Yes we could use this, but could you

RE: Repetitive warnings on ErrorLogs.

2009-09-10 Thread Jaysingh Samuel
was completely harmless and could be ignored. What version of Apache are you running? Does this message appear in the latest stable release? Thanks, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 -Original Message- From: Jaysingh Samuel

RE: Repetitive warnings on ErrorLogs.

2009-09-08 Thread Jaysingh Samuel
to finish with?. Please throw some light on this. Thanks in advance. Jaysingh Samuel Date: Mon, 7 Sep 2009 08:51:25 +0200 Subject: Re: Repetitive warnings on ErrorLogs. From: sor...@gmail.com To: modules-dev@httpd.apache.org On Mon, Sep 7, 2009 at 08:41, Jaysingh Samueljayasingh.sam

Repetitive warnings on ErrorLogs.

2009-09-07 Thread Jaysingh Samuel
with the apache restart and that's not showing warning. Is this a fatal error?. More light on this regarding the cause and solution to stop this will be very helpful. Thanks in advance,Jaysingh Samuel. _ News, sports, entertainment

RE: Memory leaks on adding module directives on virtual host.

2009-07-12 Thread Jaysingh Samuel
directives on virtual host. From: jzo...@heute-morgen.de To: jayasingh.sam...@hotmail.com CC: modules-dev@httpd.apache.org Date: Thu, 9 Jul 2009 21:28:08 +0200 Am Donnerstag, den 09.07.2009, 09:11 +0530 schrieb Jaysingh Samuel: In the command table we get the serverConfig pointer and store

Memory leaks on adding module directives on virtual host.

2009-07-08 Thread Jaysingh Samuel
memory leaks. Thanks, Jaysingh Samuel _ Missed any of the IPL matches ? Catch a recap of all the action on MSN Videos http://msnvideos.in/iplt20/msnvideoplayer.aspx

RE: Memory leaks on adding module directives on virtual host.

2009-07-08 Thread Jaysingh Samuel
leaks. Thanks, Jaysingh Samuel Each graceful restart apache runs the pre- and post-config callbacks as well as the callbacks associated to the configuration hooks. Check that you do not have malloc's and new's in those callbacks. The same applies to other resources like shared memory

apache memory leak detection using Valgrind.

2009-07-02 Thread Jaysingh Samuel
. 1. Is the memory size which increases after every server graceful restart is because of memory Leak. ?2. Can we run the valgrind for specific module. ? If yes please provide me with the command. Please help me with your suggestion/comments on this. Thanks in advance, Jaysingh Samuel

Shared memory hash table.

2009-06-29 Thread Jaysingh Samuel
wanted to know is there any function already available which suits this requirement. Pls guide me with your comments. thanks in advance, Jaysingh Samuel. _ Live Search extreme As India feels the heat of poll season, get all

Condition log transfer for Name based Virtual host.

2009-05-06 Thread Jaysingh Samuel
with your suggestion. Thanks in Advance, Jaysingh Samuel. _ Live Search extreme As India feels the heat of poll season, get all the info you need on the MSN News Aggregator http://news.in.msn.com/National/indiaelections2009/aggregator

RE: Deregister and register a single module on passing signal..

2009-04-20 Thread Jaysingh Samuel
your suggestion on this. Thanks in advance, Jaysingh Samuel. Date: Mon, 20 Apr 2009 09:21:58 -0400 Subject: Re: Deregister and register a single module on passing signal.. From: cove...@gmail.com To: modules-dev@httpd.apache.org On Sun, Apr 19, 2009 at 11:58 PM, Jaysingh Samuel

RE: Deregister and register a single module on passing signal..

2009-04-19 Thread Jaysingh Samuel
Hai all, Can anyBody help me out with some solution on this. Thanks, Jaysingh Samuel From: jayasingh.sam...@hotmail.com To: modules-dev@httpd.apache.org; sor...@gmail.com Subject: Deregister and register a signal module on passing signal.. Date: Thu, 16 Apr 2009 09:31:28 +0530 Hai

Shared memory and performance slow.

2009-02-02 Thread Jaysingh Samuel
to faster the processing speed with the Shared memory?. Please guide me.. Thanks in Advance, Jaysingh Samuel. _ For the freshest Indian Jobs Visit MSN Jobs http://www.in.msn.com/jobs

RE: Load memory dyanamically using handler.

2009-01-30 Thread Jaysingh Samuel
is the fastest IPC approach. Is that correct? Is there any method to faster the processing speed with the Shared memory?. Please guide me.. Thanks in Advance, Jaysingh Samuel. From: jayasingh.sam...@hotmail.com To: modules-...@httpd.apache.org Subject: RE: Load memory dyanamically using handler

RE: Load memory dyanamically using handler.

2008-12-12 Thread Jaysingh Samuel
Hai all, Thanks a lot for your inputs and the mod_shmget source code. I have tried the apr_shm and apr_rmm api's for shared memory and dynamic allocating space for member elements and was working fine.. I did something like this. My struture is. typedef struct {char *name;