Hello, I have a process that sends an e-mail to more then 5000 addresses 
(grouping it in 50 each time) and after a while it gives me the error:

-------
Internal Server Error

The server encountered an internal error or misconfiguration and was 
unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and 
inform them of the time the error occurred, and anything you might have 
done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use 
an ErrorDocument to handle the request.

-----------
Apache/1.3.37 Server at www.utopia-design.net Port 80
--------------------------------------


So, trying to realize what's wrong, I found this on the log of my server:

[Thu Mar 29 14:26:17 2007] [warn] FastCGI: (dynamic) server 
"/home/curalouc/public_html/enercons/django.fcgi" (uid 32016, gid 32018) 
restarted (pid 21406)

[Thu Mar 29 14:26:17 2007] [warn] FastCGI: scheduled the restart of the last 
(dynamic) server "/home/curalouc/public_html/enercons/django.fcgi" process: 
reached dynamicMaxClassProcs (10)
[Thu Mar 29 14:26:12 2007] [warn] FastCGI: (dynamic) server 
"/home/curalouc/public_html/enercons/django.fcgi" (pid 20125) terminated by 
calling exit with status '0'
[Thu Mar 29 14:26:12 2007] [warn] FastCGI: (dynamic) server 
"/home/curalouc/public_html/enercons/django.fcgi" (pid 20125) termination 
signaled
[Thu Mar 29 14:22:59 2007] [error] [client 200.146.81.46] File does not exist: 
/home/curalouc/public_html/500.shtml



And now, I just get stucked and I have no idea what I can do to send all 
those mails in a view, and I am not sure if this is the problem.
When I tried the process with less then 10 mails, it was okay.

Any help will be appreciate,

regards


4nderson


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to