Hi all,

changed in 2.0.2 1.0.08

- assp now tries to optimize all regular expressions to force Perl to use 
less memory - if the optimization failes the original regexes will be used
I recommend to do the optimization manualy by changing the regex terms in 
the following manner:

(abcde)  -> (?:abcde) 
((abcde)...(xyz)...)  ->   (?:(?:abcde)...(?:xyz)...)

This will prevent Perl from capturing unneeded results if a regex matches 
and from reserving memory for such results.



added:

'relayAuthUser','User to Authenticate to Relay 
Host',80,\&textinput,'','(\S*)',undef,'The username used for SMTP AUTH 
authentication to the relayhost  - for example, if your ISP need 
authentication on the SMTP port! Supported authentication methodes are 
PLAIN, LOGIN, CRAM-MD5 and DIGEST-MD5 . If the relayhost offers multiple 
methodes, the one with highest security option will be used. The Perl 
module <a href="http://search.cpan.org/search?query=Authen::SASL"; 
rel="external">Authen::SASL</a> must be installed to use this feature! The 
usage of this feature will be skipped, if the sending MTA uses the AUTH 
command. Leave this blank, if you do not want use this feature.',


'relayAuthPass','Password to Authenticate to Relay 
Host',80,\&textinput,'','(\S*)',undef,'The password used for SMTP AUTH 
authentication to the relayhost ! Leave this blank, if you do not want use 
this feature.'


'ThreadStackSize','Stack Size use by every 
Thread',5,\&textinput,0,'(\d+)',undef,'The stack size in MB that is used 
by every thread. Default is 0, which meens to use the default system stack 
size. 16 MB is the default system stack size on windows platforms. This 
system value may differ on different platforms. To get the default stack 
size on linux use the shell command "ulimit -a". Try to increase this 
value, if you get "out of memory" errors while running assp. Changing this 
value requires an assp restart to take effect.'


Thomas

DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to