Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Messages
-
Labels:None
-
Environment:win2k3
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
Bulk messaging seems to prevent me from loading any other page from the site (in other tabs/windows) whilst its processing the outgoing messages. Server load is about 15% CPU at the time, almost no disk use. Not sure what's going on. I've not tested whether its jammed for other users too
Issue Links
| This issue will be resolved by: | ||||
| MDL-15295 | New version of PHPMailer |
|
|
|
most probably the cause is slow sending through smtp server, because the session is open no other page can load, the only solution for now is to get faster smtp server.
in the long term we could queue the messages or close the php session before sending...