Re: [Assp-user] Rebuildspamdb trouble

2007-01-16 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
assp-user@lists.sourceforge.net schreibt:

Any solution on this October problem, Markus?  My processing time is
similar
- nearly finished, finally, after 14 hours.  I have 14,000 files in
the spam
and 28,000 in the notspam files to analyze, 20 total files in the
error
directories.  


set your maxbytes to 5000
delete the oldest 4000 files in spam and the oldest 14000 files in
notspam
set maxfiles to 15000


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-16 Thread Brunner Markus
Hello,

I have reinstalled perl, tried diffrent settings in assp but nothing
helped.
My decision is to switch to a linux box 

Regards markus 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of CheriOR
Sent: Sunday, January 14, 2007 11:30 PM
To: assp-user@lists.sourceforge.net
Subject: Re: [Assp-user] Rebuildspamdb trouble


Any solution on this October problem, Markus?  My processing time is
similar
- nearly finished, finally, after 14 hours.  I have 14,000 files in the
spam and 28,000 in the notspam files to analyze, 20 total files in the
error directories.  

A couple of side-notes - this started for me after the upgrade of ASSP,
and I also upgraded Perl at the same time.  I also have the problem that
ASSP running as a service in the service console doesn't allow for my
running the rebuildspamdb.pl file (or rather, it DOES run, but creates a
1kb file.) - I have to also start ASSP from the command line.

I'm thinking along the lines of Perl old version is running the ASSP
service in the console, and new version is running when I start via
command line (C:\assp\ directory command:  assp.pl) I've also noted that
rebuildspamdb.pl won't run via task manager

I'm thinking of this:

uninstall all old Perl versions
stop the ASSP service
uninstall assp-as-a-service via perl addservice.pl -u
re-install assp as a service via perl addservice.pl -i
c:\\assp\\assp.pl c:\\assp
re-start the ASSP service

Would like to know if you solved your issue before I try this, and/or
your thougts


Hello,

My output look like that:


total time processing=45241 second(s)
Uploading Greylist via Direct Connection uploaded 10894 bytes


Somethine about 12 houres ?

Any suggestions ?

Markus

--
View this message in context:
http://www.nabble.com/Rebuildspamdb-trouble-tf2512271.html#a8363697
Sent from the assp-user mailing list archive at Nabble.com.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
V
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-16 Thread Doug Traylor
- Windows 2003 Server SP1
- HP Proliant Server ML350 1GHz Xeon
- 640 MB Ram
- MaxBytes:=15000
- MaxFiles:=14009


 My output look like that:
D:\assprebuildspamdb.pl
mt=483714
Analyzing d:\assp/errors/spam
1770
Analyzing d:\assp/errors/notspam
2041
Analyzing d:\assp/spam
15704 **
Analyzing d:\assp/notspam
29571 
Found 11308810 spam words, 8109461 non-spam words.


 I have reinstalled perl, tried diffrent settings in assp but nothing
 helped.
 My decision is to switch to a linux box 

My 6yr old Dell PE Win2k Server SP4 production box with 733 PIII x2 and 1GB 
PC133 ram with 5.8.8 Perl and ASSP 1.2.7(36), runs rebuildspamdb in ~50 
minutes.  We have 20,000 files in both the spam and not-spam folders each 
with about 100MB of email.  Our maxbyes is 8k and the emails fluctuate 
between 2k and 8k in size.  We have more email saved than we need but it is 
not a problem.  Our MT is 503594 for whatever that means.

If you are willing to do a quick test, rename your spam and notspam corpi to 
something else so ASSP won't see them.  Create two new directories and move 
10 emails into them.  Rerun the rebuildspamdb and see what the results are.

I think you have too little ram and too many emails in notspam and this is 
causing your problem.  My processors are smaller than your 1Ghz Zeon, but we 
have more ram.  There is 350MB of physical ram not being used by Windows 
normally, and a 1GB paging file to spill into if needed.  Our peak usage is 
1.4GB so something used up 800MB of ram on top of the normal running 
applications using 650MB.  Make sure you have ample headroom for expansion 
during the rebuild.

I know you said you were moving to Linux, but I thought I'd give you one 
more thing to think about.  If I was to use the lighter setting of 14009 
emails per folder, and 4k maxbytes, my rebuild time would go back down to 
~30 minutes.  You should be able to beat that properly configured.

Doug Traylor



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-15 Thread CheriOR

Any solution on this October problem, Markus?  My processing time is similar
- nearly finished, finally, after 14 hours.  I have 14,000 files in the spam
and 28,000 in the notspam files to analyze, 20 total files in the error
directories.  

A couple of side-notes - this started for me after the upgrade of ASSP, and
I also upgraded Perl at the same time.  I also have the problem that ASSP
running as a service in the service console doesn't allow for my running the
rebuildspamdb.pl file (or rather, it DOES run, but creates a 1kb file.) - I
have to also start ASSP from the command line.

I'm thinking along the lines of Perl old version is running the ASSP service
in the console, and new version is running when I start via command line
(C:\assp\ directory command:  assp.pl) I've also noted that rebuildspamdb.pl
won't run via task manager

I'm thinking of this:

uninstall all old Perl versions
stop the ASSP service
uninstall assp-as-a-service via perl addservice.pl -u
re-install assp as a service via perl addservice.pl -i c:\\assp\\assp.pl
c:\\assp
re-start the ASSP service

Would like to know if you solved your issue before I try this, and/or your
thougts


Hello,

My output look like that:


total time processing=45241 second(s)
Uploading Greylist via Direct Connection
uploaded 10894 bytes


Somethine about 12 houres ?

Any suggestions ?

Markus

-- 
View this message in context: 
http://www.nabble.com/Rebuildspamdb-trouble-tf2512271.html#a8363697
Sent from the assp-user mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-15 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
assp-user@lists.sourceforge.net schreibt:
Any suggestions ?


Reduce Maxbytes to 5 k.

Delete the oldest 5000 in Spam/Notspam.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-15 Thread brougham Baker
From: CheriOR [EMAIL PROTECTED]

 Any solution on this October problem, Markus?  My processing time is
similar
 - nearly finished, finally, after 14 hours.  I have 14,000 files in the
spam
 and 28,000 in the notspam files to analyze, 20 total files in the error
 directories.

I haven't seen any ram/proc speed/os info but I'd tick the 'Use less RAM to
rebuild the spamdb' box. Also what setting do you for 'Ordered-Tie hash
table size'?

Bro



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-15 Thread Cheri Harder
Using a Windows Server 2003 machine with 1.80GHz processor, 1.82 GHz, 
504 MB of RAM.  Interfacing with IMail.  Machine also running 5 websites 
with IIS and SQLServer.  Processor and Memory used pretty heavily with 
the SQLServer and IMail processes (mostly with Perl)


Good recommendations so far, although I'm puzzled by the suggestion to 
check the use less RAM box, as it says it will slow down rebuildspamdb 
and it never did finish after 30 hours of processing (was re-writing the 
spamdb files, but client access was hit hard  I had to kill the process 
and use a backup copy of spamdb)


I'm quite concerned, though, as to why the rebuildspamdb process will 
not run with only the ASSP as a service that auto-starts via the service 
console, and I must start the ASSP service from the command line to get 
it to run. 

Will do more testing this weekend, as it is not possible to effectively 
take down the client access for testing.  Thanks again, all!


Thank you!

Cheri Harder
Advantage Web Solution
www.awsolution.com



brougham Baker wrote:

From: CheriOR [EMAIL PROTECTED]
  

Any solution on this October problem, Markus?  My processing time is

I haven't seen any ram/proc speed/os info but I'd tick the 'Use less 
RAM to

rebuild the spamdb' box. Also what setting do you for 'Ordered-Tie hash
table size'?

Bro

  
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2007-01-15 Thread brougham Baker
From: Cheri Harder [EMAIL PROTECTED]

 Using a Windows Server 2003 machine with 1.80GHz processor, 1.82 GHz,
 504 MB of RAM.  Interfacing with IMail.  Machine also running 5 websites
 with IIS and SQLServer.  Processor and Memory used pretty heavily with
 the SQLServer and IMail processes (mostly with Perl)

You don't have enough ram for all that lot.

 Good recommendations so far, although I'm puzzled by the suggestion to
 check the use less RAM box, as it says it will slow down rebuildspamdb
 and it never did finish after 30 hours of processing (was re-writing the
 spamdb files, but client access was hit hard  I had to kill the process
 and use a backup copy of spamdb)

Because the perl process is swapping in and out from the page file
constantly, try it and see. It worked for me.

 I'm quite concerned, though, as to why the rebuildspamdb process will
 not run with only the ASSP as a service that auto-starts via the service
 console, and I must start the ASSP service from the command line to get
 it to run.

You can get to the admin website when it is just started from the service
console? ASSP is actually running from that (shows up with a netstat)?

What user are you running the service as? We have a vertical app that shows
the same effect- if the service user doesn't have rights to it's data
file\directory we get the same thing- starting it as the logged on admin
works as that has sufficient rights.

Bro



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2006-10-31 Thread Brunner Markus
Hello,

My output look like that:

D:\assprebuildspamdb.pl
mt=483714
Analyzing d:\assp/errors/spam
1770

Analyzing d:\assp/errors/notspam
2041

Analyzing d:\assp/spam
15704 **

Analyzing d:\assp/notspam
29571 

Found 11308810 spam words, 8109461 non-spam words.
Generating weighted keys...
norm=1.3945
Saving rebuilt SPAM
database*

total time processing=45241 second(s)
Uploading Greylist via Direct Connection
uploaded 10894 bytes


Somethine about 12 houres ?

Any suggestions ?

Markus


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Guy
Deslauriers
Sent: Friday, October 27, 2006 10:13 PM
To: 'Questions and Answers for users of ASSP Anti-Spam SMTP Proxy'
Subject: Re: [Assp-user] Rebuildspamdb trouble

Markus,

If that can be of any help; here's the result of my last rebuildspamdb

System: Dell PE1650 1.1GHZ-1GB RAM, Windows 2000 SP4, ActivePerl 5.8.8
(Build 817)

ASSP
Max files: 14009
Max Bytes: 8000

C:\assprebuildspamdb.pl
mt=86340
Analyzing c:/assp/errors/spam
11
Analyzing c:/assp/errors/notspam
75
Analyzing c:/assp/spam
8462 **
Analyzing c:/assp/notspam
15723 
Found 2900568 spam words, 2652380 non-spam words.
Generating weighted keys...
norm=1.0936
Saving rebuilt SPAM
database*
total time processing=511 second(s)
Uploading Greylist via Direct Connection uploaded 6189 bytes

As you can see, it's just under the 9 minutes mark, so your 3 days
really doesn't make any sense.

Any services hung??

gd

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lars Troen
Sent: October 27, 2006 6:11 AM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: Re: [Assp-user] Rebuildspamdb trouble

With that kind of hardware I find it kinda strange that it's being so
slow. I've also have it running on a very old box (Pentium II, 128MB
RAM, single scsi disk) and a corpus with 14000 files in both spam and
notspam. A rebuild on this very old hardware takes about 7 hours. This
is on linux, but with your hardware, both your disk controllers (Smart
controller?), cpu and memory should be sufficient. 

Hmm.. It seems that the file handling in activestate perl has become
slower in 5.8, but your rebuild time is still insane.
http://groups.google.com/group/comp.lang.perl.moderated/browse_thread/t
hread/51fc157bc9f8835d/970d157d02cf78b6

Lars

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brunner 
 Markus
 Sent: 27. oktober 2006 10:27
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
 Hello,
 
 Does anyone have an idea ?
 
 Regards markus
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brunner 
 Markus
 Sent: Thursday, October 26, 2006 9:35 AM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
 - Windows 2003 Server SP1
 - HP Proliant Server ML350 1GHz Xeon
 - 640 MB Ram
 - MaxBytes:=15000
 - MaxFiles:=14009
 
 It analyses all folders (very slow) and try to rebuild the database 
 and never ends.
 After 3 days i terminated the task.
 
 Markus
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Lars 
 Troen
 Sent: Thursday, October 26, 2006 9:14 AM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
  after upgrade from activestate perl 5.6.8 to 5.8.8 the 
  rebuildspamdb.pl is running very slow and will never be finished.
 
 What OS? 
 What HW? 
 Memory? 
 How large is your corpus? 
 How far does it get?
  
 Lars
 
 --
 --
 -
 Using Tomcat but need to do more? Need to support web services, 
 security?
 Get stuff done quickly with pre-integrated technology to make your job

 easier Download IBM WebSphere Application Server
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 
 --
 --
 -
 Using Tomcat but need to do more? Need to support web services, 
 security?
 Get stuff done quickly with pre-integrated technology to make your job

 easier Download IBM WebSphere Application Server
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 
 --
 ---
 Using Tomcat but need

Re: [Assp-user] Rebuildspamdb trouble

2006-10-27 Thread Brunner Markus
Hello,

Does anyone have an idea ?

Regards markus 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brunner
Markus
Sent: Thursday, October 26, 2006 9:35 AM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: Re: [Assp-user] Rebuildspamdb trouble

- Windows 2003 Server SP1
- HP Proliant Server ML350 1GHz Xeon
- 640 MB Ram
- MaxBytes:=15000
- MaxFiles:=14009

It analyses all folders (very slow) and try to rebuild the database and
never ends. 
After 3 days i terminated the task.

Markus


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lars Troen
Sent: Thursday, October 26, 2006 9:14 AM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: Re: [Assp-user] Rebuildspamdb trouble

 after upgrade from activestate perl 5.6.8 to 5.8.8 the 
 rebuildspamdb.pl is running very slow and will never be finished.

What OS? 
What HW? 
Memory? 
How large is your corpus? 
How far does it get?
 
Lars


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2006-10-27 Thread Lars Troen
With that kind of hardware I find it kinda strange that it's being so
slow. I've also have it running on a very old box (Pentium II, 128MB
RAM, single scsi disk) and a corpus with 14000 files in both spam and
notspam. A rebuild on this very old hardware takes about 7 hours. This
is on linux, but with your hardware, both your disk controllers (Smart
controller?), cpu and memory should be sufficient. 

Hmm.. It seems that the file handling in activestate perl has become
slower in 5.8, but your rebuild time is still insane.
http://groups.google.com/group/comp.lang.perl.moderated/browse_thread/t
hread/51fc157bc9f8835d/970d157d02cf78b6

Lars

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Brunner Markus
 Sent: 27. oktober 2006 10:27
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
 Hello,
 
 Does anyone have an idea ?
 
 Regards markus 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Brunner Markus
 Sent: Thursday, October 26, 2006 9:35 AM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
 - Windows 2003 Server SP1
 - HP Proliant Server ML350 1GHz Xeon
 - 640 MB Ram
 - MaxBytes:=15000
 - MaxFiles:=14009
 
 It analyses all folders (very slow) and try to rebuild the 
 database and never ends. 
 After 3 days i terminated the task.
 
 Markus
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Lars Troen
 Sent: Thursday, October 26, 2006 9:14 AM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
  after upgrade from activestate perl 5.6.8 to 5.8.8 the 
  rebuildspamdb.pl is running very slow and will never be finished.
 
 What OS? 
 What HW? 
 Memory? 
 How large is your corpus? 
 How far does it get?
  
 Lars
 
 --
 --
 -
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 
 --
 --
 -
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 
 --
 ---
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2006-10-27 Thread Guy Deslauriers
Markus,

If that can be of any help; here's the result of my last rebuildspamdb

System: Dell PE1650 1.1GHZ-1GB RAM, Windows 2000 SP4, ActivePerl 5.8.8
(Build 817)

ASSP 
Max files: 14009
Max Bytes: 8000

C:\assprebuildspamdb.pl
mt=86340
Analyzing c:/assp/errors/spam
11
Analyzing c:/assp/errors/notspam
75
Analyzing c:/assp/spam
8462 **
Analyzing c:/assp/notspam
15723 
Found 2900568 spam words, 2652380 non-spam words.
Generating weighted keys...
norm=1.0936
Saving rebuilt SPAM
database*
total time processing=511 second(s)
Uploading Greylist via Direct Connection
uploaded 6189 bytes

As you can see, it's just under the 9 minutes mark, so your 3 days really
doesn't make any sense.

Any services hung??

gd

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lars Troen
Sent: October 27, 2006 6:11 AM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: Re: [Assp-user] Rebuildspamdb trouble

With that kind of hardware I find it kinda strange that it's being so
slow. I've also have it running on a very old box (Pentium II, 128MB
RAM, single scsi disk) and a corpus with 14000 files in both spam and
notspam. A rebuild on this very old hardware takes about 7 hours. This
is on linux, but with your hardware, both your disk controllers (Smart
controller?), cpu and memory should be sufficient. 

Hmm.. It seems that the file handling in activestate perl has become
slower in 5.8, but your rebuild time is still insane.
http://groups.google.com/group/comp.lang.perl.moderated/browse_thread/t
hread/51fc157bc9f8835d/970d157d02cf78b6

Lars

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Brunner Markus
 Sent: 27. oktober 2006 10:27
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
 Hello,
 
 Does anyone have an idea ?
 
 Regards markus 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Brunner Markus
 Sent: Thursday, October 26, 2006 9:35 AM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
 - Windows 2003 Server SP1
 - HP Proliant Server ML350 1GHz Xeon
 - 640 MB Ram
 - MaxBytes:=15000
 - MaxFiles:=14009
 
 It analyses all folders (very slow) and try to rebuild the 
 database and never ends. 
 After 3 days i terminated the task.
 
 Markus
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Lars Troen
 Sent: Thursday, October 26, 2006 9:14 AM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: Re: [Assp-user] Rebuildspamdb trouble
 
  after upgrade from activestate perl 5.6.8 to 5.8.8 the 
  rebuildspamdb.pl is running very slow and will never be finished.
 
 What OS? 
 What HW? 
 Memory? 
 How large is your corpus? 
 How far does it get?
  
 Lars
 
 --
 --
 -
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 
 --
 --
 -
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 
 --
 ---
 Using Tomcat but need to do more? Need to support web 
 services, security?
 Get stuff done quickly with pre-integrated technology to make 
 your job easier Download IBM WebSphere Application Server 
 v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057;
 dat=121642
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid

Re: [Assp-user] Rebuildspamdb trouble

2006-10-26 Thread Lars Troen
 after upgrade from activestate perl 5.6.8 to 5.8.8 the 
 rebuildspamdb.pl is running very slow 
 and will never be finished.

What OS? 
What HW? 
Memory? 
How large is your corpus? 
How far does it get?
 
Lars

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Rebuildspamdb trouble

2006-10-26 Thread Brunner Markus
- Windows 2003 Server SP1 
- HP Proliant Server ML350 1GHz Xeon
- 640 MB Ram
- MaxBytes:=15000
- MaxFiles:=14009

It analyses all folders (very slow) and try to rebuild the database and
never ends. 
After 3 days i terminated the task.

Markus


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lars Troen
Sent: Thursday, October 26, 2006 9:14 AM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: Re: [Assp-user] Rebuildspamdb trouble

 after upgrade from activestate perl 5.6.8 to 5.8.8 the 
 rebuildspamdb.pl is running very slow and will never be finished.

What OS? 
What HW? 
Memory? 
How large is your corpus? 
How far does it get?
 
Lars


-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user