>but I thought
that GUI request were server asynchronously so the main ASSP
loop (i.e. email serving) wasn't impacted by webgui

Yes and No. The MainThread (MainLoop) does nothing else than listen on all 
defined listeners and transfers SMTP connections to the workers before the 
connection is accepted. So processing the mails, is asynchronously to the 
GUI - getting new connections is not. In addition to that, he is 
monitoring the SMTP-workers (not realy much to do), doing the output to 
STDOUT,STDERR and SYSLOG - and is doing all the Web-Stuff. For normal web 
actions this does not matter, because only the action buttons are doing 
requests to the web port. Only the autorefresh "SMTP connection" screen 
will slow down the MainThread (and Workers) more as a bit, because this 
screen refreshes every second and the request impacts also to all Workers, 
because they have to collect and to transfer detail status information to 
the MainThread.  The autorefresh in "Maillog Tail" and the "Worker Status" 
will not impact so/too much. All other actions, like DBImport/DBExport, 
LDAPCrossCheck, BlockReports and some more, that could be initiated by the 
GUI are transfered to the MaintThread (10000).

Thomas








"GrayHat" <gray...@gmx.net> 
06.07.2009 17:04
Bitte antworten an
GrayHat <gray...@gmx.net>; Bitte antworten an
ASSP development mailing list <assp-test@lists.sourceforge.net>


An
"ASSP development mailing list" <assp-test@lists.sourceforge.net>
Kopie

Thema
Re: [Assp-test] Antwort: Re: Antwort: Re: Antwort: Re: ASSP V2 - ready 
tobereleased on SF ?






> What browser do you use?

tried with FF and IE to no luck; again not a big issue, but I thought
that GUI request were server asynchronously so the main ASSP
loop (i.e. email serving) wasn't impacted by webgui requests..and
in this case I don't think it's due to memory or CPU constraints :D

Anyways, aside from that, it's still running fine ...


------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




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!
*******************************************************

------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to