[PHP] Improve server HTTP GET server response - HTTP 1.1 ?

2011-04-26 Thread Eli Orr (Office)
Dear PHP Gurus, I have wrote a service that respond to a client HTTP GET request with BLOB of data: http://mimmage.com/cms/client_initialize1.php?OPERATOR=MIRS&ID=23412341234&OS=RIM The first time I call the HTTP GET it works very slow.. next calls it works much faster. Please advise how can

[PHP] Re: htaccess question

2011-04-26 Thread David Robley
Al wrote: > I want to restrict access to all files except one on my site and in parent > dir. Thought this should work; but it doesn't. > > > Order Deny,Allow > Deny from all > Allow from xx.36.2.215 > > > xx.36.2.215 is actual value IP > > This file makes a captcha image and is called with >

[PHP] Re: htaccess question

2011-04-26 Thread Al
On 4/26/2011 5:54 AM, David Robley wrote: Al wrote: I want to restrict access to all files except one on my site and in parent dir. Thought this should work; but it doesn't. Order Deny,Allow Deny from all Allow from xx.36.2.215 xx.36.2.215 is actual value IP This file makes a captcha ima

Re: [PHP] Improve server HTTP GET server response - HTTP 1.1 ?

2011-04-26 Thread Ashley Sheridan
On Tue, 2011-04-26 at 12:37 +0300, Eli Orr (Office) wrote: > Dear PHP Gurus, > > I have wrote a service that respond to a client HTTP GET request with > BLOB of data: > http://mimmage.com/cms/client_initialize1.php?OPERATOR=MIRS&ID=23412341234&OS=RIM > > The first time I call the HTTP GET it wo

Re: [PHP] Improve server HTTP GET server response - HTTP 1.1 ?

2011-04-26 Thread Eli Orr (Office)
Dear Ash, I could not follow on how it can be faster using your advise. Seems you focus on how it could be slower using a random suffix each call to assure no caching is involved. Any practical advise or references/example how to make it faster for the initial call ? Any methods from the en

Re: [PHP] Improve server HTTP GET server response - HTTP 1.1 ?

2011-04-26 Thread Govinda
> > Dear Ash, > > I could not follow on how it can be faster using your advise. > Seems you focus on how it could be slower using a random suffix each call to > assure no caching is involved. > > Any practical advise or references/example how to make it faster for the > initial call ? > Any me

Re: [PHP] Improve server HTTP GET server response - HTTP 1.1 ?

2011-04-26 Thread Ashley Sheridan
On Tue, 2011-04-26 at 14:45 -0400, Govinda wrote: > > > > Dear Ash, > > > > I could not follow on how it can be faster using your advise. > > Seems you focus on how it could be slower using a random suffix each call > > to assure no caching is involved. > > > > Any practical advise or referenc