Hello,
we use PHP scripts to generate thumbnails for our users' photos. Later
we found out that we could simply generate a tag like the one below,
since the photos are thumbnails nowadays.
"<"img src="user_code".jpg width=80 /">"
But using a tag like that has become a new problem, because the web
server stops working properly after some time (some DLLs errors, Apache
stops continuously and then stops permanently, having to restart the web
server). We suspected that the problem was in the fact that some users
hadn't taken the photo previously and the accumulation of the error
"file not found" was generating this problem, so we checked if the file
existed or not in the script, but the problem continued. When PHP 4.4.1
was released the "corrupt jpeg" bug #34704 was fixed, so we installed
it, but the problem continued.
We actually don't what could be freezing the Apache, so we are still
using the "resize" script, which is useless and takes memory and CPU
usage from the webserver.
Our current scenario is:
Windows 2003
Apache 2.0.54
PHP 4.4.1
Sun Chili!Soft ASP 3.6.2
Any help would be appreciated,
Marcos R. Cardoso
FURB
Brazil
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]