On Wed, 2011-02-09 at 18:57 +0100, Alain Roger wrote:
> it's a php component for joomla so it is written in PHP.
> it access to DB as also the whole site root structure to backup database
> structure , data as also web site folders and files.
> due to slow freeing ressources (php pointers, memory,
exec-sum update :
details continued at http://curl.haxx.se/mail/lib-2011-02/0101.html
it turns out using the internetdomainname of the apache server is the
source of the problem.
the adsl router could be dropping the connection, or something else.
calling curl_exec() to a localhost address will
it's a php component for joomla so it is written in PHP.
it access to DB as also the whole site root structure to backup database
structure , data as also web site folders and files.
due to slow freeing ressources (php pointers, memory, andso on...) the
backup process fails each time...
A.
On Wed
-- Forwarded message --
From: Alain Roger
Date: Wed, Feb 9, 2011 at 6:45 PM
Subject: Re: [PHP] improve speed of PHP answers
To: ad...@antonakis.co.uk
yes i understand however even Linux has bugs and issues...
i'm currently installing Fedora 14 as web server and joomla has big iss
Hi,
i have apache/PHP server installed on Windows 7.
my computer is a quad-core CPU with 6 GB RAM and i would like to speed up
PHP answer to requests.
how can i do that ?
which parameter should i tune ?
thx.
--
Alain
---
Windows 7 x64 / Fed
On 9 February 2011 17:22, Bob McConnell wrote:
> From: Peter Lind
>
>> On 9 February 2011 14:57, Bob McConnell wrote:
>>> From: Al
>>>
On 2/8/2011 4:58 PM, Donovan Brooke wrote:
> Hello,
>
> Just wanted to say thanks to those that helped me get through my
>>> first PHP
> proj
From: Peter Lind
> On 9 February 2011 14:57, Bob McConnell wrote:
>> From: Al
>>
>>> On 2/8/2011 4:58 PM, Donovan Brooke wrote:
Hello,
Just wanted to say thanks to those that helped me get through my
>> first PHP
project (over the last month).
As is with much of the
On 9 February 2011 14:57, Bob McConnell wrote:
> From: Al
>
>> On 2/8/2011 4:58 PM, Donovan Brooke wrote:
>>> Hello,
>>>
>>> Just wanted to say thanks to those that helped me get through my
> first PHP
>>> project (over the last month).
>>>
>>> As is with much of the work we server-side language p
From: Al
> On 2/8/2011 4:58 PM, Donovan Brooke wrote:
>> Hello,
>>
>> Just wanted to say thanks to those that helped me get through my
first PHP
>> project (over the last month).
>>
>> As is with much of the work we server-side language people do, the
back-end
>> (non-public) side of this site is
On 2/8/2011 4:58 PM, Donovan Brooke wrote:
Hello,
Just wanted to say thanks to those that helped me get through my first PHP
project (over the last month).
As is with much of the work we server-side language people do, the back-end
(non-public) side of this site is perhaps the more interestin
On Wed, 2011-02-09 at 13:27 +0200, Arno Kuhl wrote:
> Instead of serializing the articles, you only need their IDs. Using
>
> $sql .= ' where id in (' . implode(',', $ids) . ')';
>
> you can load the data for a page of results in a single query. Storing the
> IDs is much cheaper than the art
Instead of serializing the articles, you only need their IDs. Using
$sql .= ' where id in (' . implode(',', $ids) . ')';
you can load the data for a page of results in a single query. Storing the
IDs is much cheaper than the articles.
If the permissions are fairly static (i.e. access for use
On Wed, 2011-02-09 at 13:03 +0200, Arno Kuhl wrote:
> On Tue, 2011-02-08 at 14:36 +0200, Arno Kuhl wrote:
>
> I'm hoping some clever php gurus have been here before and are
> willing to
> share some ideas.
>
> I have a site where articles are assigned to categories in
>
On Tue, 2011-02-08 at 14:36 +0200, Arno Kuhl wrote:
I'm hoping some clever php gurus have been here before and are
willing to
share some ideas.
I have a site where articles are assigned to categories in
containers. An
article can be assigned to only one c
14 matches
Mail list logo