XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > XMail Queue Manager > XQM and XQMAgent Update


Posted by: hschneider Nov 13 2003, 12:57 PM
A new update of XQM and XQMAgent for NT and Linux platform can be leeched now from
http://xmail.marketmix.com

What's new ?
XQM 1.39
- Some minor fixes and optimizations
- Updated parse.lib
- Updates knowledge base

XQMAgent 1.30/Win32
- Fixed parser cleanup code

XQMAgent 1.31/Linux
- Fixed parser cleanup code
- No Kill needed when exiting from debug mode
- Displays PID in debug output

Posted by: hschneider Nov 13 2003, 07:03 PM
Did another quick update:
XQM/Linux 1.40
XQMAgent/Linux 1.33

Both use an optimzed regular expression parser, which might give a slight speed improvement.

Posted by: atomant Nov 13 2003, 07:36 PM
How about an autoupdate function for XQM and xqm agent; is it in your todo list?

Posted by: dfitch Nov 14 2003, 05:15 AM
I second that!!

:-)
D

Posted by: hschneider Nov 14 2003, 09:24 AM
>How about an autoupdate function for XQM and xqm agent; is it in your todo list?

It is smile.gif

Posted by: hschneider Nov 14 2003, 10:12 AM
ATTN to all RedHat 9 users:
The way how threads are handled by the kernel has changed since RedHat 9.
See http://www.redhat.com/docs/manuals/linux/R...ease-notes/x86/ for details.

Since XQM and XQMAgent use threads extensively, they are both affected by this change.

For better compatibility, you should wrap them into a startup script which forces the system to emulate the old thread scheme:

------------------------------
#!/bin/sh
export LD_ASSUME_KERNEL=2.4.1
./xqmwin # or ./xqmagent
------------------------------

Don't forget to do
chmod 755 scriptname

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)