Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-30 Thread S.A.
Hi André, > > > > The reason why I am not suspecting mysql was that the > mysql > > log does indicate that it is getting all the requests > and > > it is servicing them. As I have stated before, some of > the > > users though are not getting images. > > > Can you explain this a bit ? When you sa

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread André Warnier
S.A. wrote: ... The reason why I am not suspecting mysql was that the mysql log does indicate that it is getting all the requests and it is servicing them. As I have stated before, some of the users though are not getting images. Can you explain this a bit ? When you say that some users are no

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread S.A.
Hi Jonathan, Thanks for your response > This might not be an option if image access varies based on > privilege > of user (or if every user has unique images), but have you > considered > using a spritemap for the images?  50 http requests > can be non-trivial. Images are in file store, and yes

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread Jonathan Zuckerman
On Wed, Jul 29, 2009 at 11:18 AM, S.A. wrote: >> ... >> > We started with 30 concurrent users and there was no >> trouble, >> > but when the next batch of 70 users hit concurrently, >> we could >> > not serve all the users. >> > >> Just a note for now.  The above is an important part, >> and maybe

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread S.A.
> ... > > We started with 30 concurrent users and there was no > trouble, > > but when the next batch of 70 users hit concurrently, > we could > > not serve all the users. > > > Just a note for now.  The above is an important part, > and maybe you should have started your initial post with > that

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-29 Thread S.A.
Hi André, > Concurring with Jonathan about the free advice and the > tenuous relevance to the main list topic, I'd nevertheless > want to try to contribute. Thanks for trying to contribute to the discussion. I have looked at the mailing lists for apache and could not figure out a better forum tha

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-28 Thread S.A.
--- On Tue, 7/28/09, Jonathan Zuckerman wrote: Hi Jonathan, > > As I have stated before > > Don't get snippy, I think you are trying to be a mind reader. I was happy for the response I got and was trying to have an impersonal technical discussion. It is unfortunate that you are looking for

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-28 Thread André Warnier
Jonathan Zuckerman wrote: On Tue, Jul 28, 2009 at 3:37 AM, S.A. wrote: ... Concurring with Jonathan about the free advice and the tenuous relevance to the main list topic, I'd nevertheless want to try to contribute. My summary of the issue : - there are N clients accessing the site - each cli

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-28 Thread Jonathan Zuckerman
On Tue, Jul 28, 2009 at 3:37 AM, S.A. wrote: > >> > > > Hello, >> > > > >> > > > We have a requirement of serving fixed set of data >> > > elements (text, images, >> > > > audio, video, etc) to a group of users >> coming at about >> > > the same time, but >> > > > each user requesting different set

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-28 Thread S.A.
> > > > Hello, > > > > > > > > We have a requirement of serving fixed set of data > > > elements (text, images, > > > > audio, video, etc) to a group of users > coming at about > > > the same time, but > > > > each user requesting different set of data > elements > > > from the given data set. >

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-28 Thread Tom Evans
On Mon, 2009-07-27 at 21:29 -0700, S.A. wrote: > > --- On Mon, 7/27/09, Tom Evans wrote: > > > From: Tom Evans > > Subject: Re: [us...@httpd] Serving partial data of in-memory common data set > > To: users@httpd.apache.org > > Date: Monday, July 27, 2009, 1:0

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-27 Thread S.A.
--- On Mon, 7/27/09, Tom Evans wrote: > From: Tom Evans > Subject: Re: [us...@httpd] Serving partial data of in-memory common data set > To: users@httpd.apache.org > Date: Monday, July 27, 2009, 1:04 PM > On Mon, 2009-07-27 at 09:01 -0700, > S.A. wrote: > > H

Re: [us...@httpd] Serving partial data of in-memory common data set

2009-07-27 Thread Tom Evans
On Mon, 2009-07-27 at 09:01 -0700, S.A. wrote: > Hello, > > We have a requirement of serving fixed set of data elements (text, images, > audio, video, etc) to a group of users coming at about the same time, but > each user requesting different set of data elements from the given data set. > > Dat

[us...@httpd] Serving partial data of in-memory common data set

2009-07-27 Thread S.A.
Hello, We have a requirement of serving fixed set of data elements (text, images, audio, video, etc) to a group of users coming at about the same time, but each user requesting different set of data elements from the given data set. Data set is fixed, but what data elements are presented to a use