This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by paindoo
Thu May 11, 2006 6:17 pm
Forum: Modules & Programming
Topic: slow queries with mysql.mod
Replies: 2
Views: 8792

slow queries with mysql.mod

Hello, I'm using mysql.mod with eggdrop 1.6.17+ssl patch. When executing queries through the script, i can see the mysqld process use upto 25% cpu in "top", takes about a min or so to return data back to script. Even a simple select query which takes 0.01secs when run directly using mysql ...
by paindoo
Fri Apr 07, 2006 5:46 pm
Forum: Modules & Programming
Topic: mysql.mod and eggdrop1.6.17
Replies: 1
Views: 7863

so i've narrowed it down to ssl patch.

it seems when i don't apply the ssl patch, the module compiles fine. with ssl patch applied, i get the above error.

anyone has a workaround to get this work with ssl patch + mysql.mod.

Thanks,
by paindoo
Fri Apr 07, 2006 5:14 pm
Forum: Modules & Programming
Topic: mysql.mod and eggdrop1.6.17
Replies: 1
Views: 7863

mysql.mod and eggdrop1.6.17

Hello, I know this has been covered before, but i couldn't find a solution to my problem, so here it is again so i got a fresh copy of eggdrop1.6.117, untarred, patched it with ssl patch, so far so good, got 0.6 of mysql.mod, placed it src/mod dir of eggdrop, modified the mysql_mod.h dir to point to...