I have a script which resizes several hundred .png images and then displays them in a web page.
My sites are hosted on a shared server and the server keeps reporting 'too many connections'.
My ISP insist I am setting up repeated FTP connections but the script does nothing of the sort.
There are no script errors reported except this 'too many connections' error.
Does a connection have to be an FTP call or could it mean that a module is being called too frequently?
Can anyone suggest what I could do to resolve this?
Keith
My sites are hosted on a shared server and the server keeps reporting 'too many connections'.
My ISP insist I am setting up repeated FTP connections but the script does nothing of the sort.
There are no script errors reported except this 'too many connections' error.
Does a connection have to be an FTP call or could it mean that a module is being called too frequently?
Can anyone suggest what I could do to resolve this?
Keith