Displaying 2 results from an estimated 2 matches for "1045141".
Did you mean:
104511
2012 Feb 13
5
IMAP-proxy or not with sogo webmail and dovecot backend
...two servers without (webmail1 and webmail2). Each
server has served about 1 million http requests, over 3 days.
server avg. response time # requests
----------------------------------------------------
webmail1.example.net 0.370411 1092386
webmail2.example.net 0.374227 1045141
webmail3.example.net 0.378097 1043919 imapproxy
webmail4.example.net 0.378593 1028653 imapproxy
ONLY requests that took more than 5 seconds to process:
server avg. response time # requests
----------------------------------------------------
webmail1.example.net...
2015 Mar 17
2
[LLVMdev] Alias analysis issue with structs on PPC
Hal Finkel <hfinkel at anl.gov> wrote on 16.03.2015 17:56:20:
> If you want to do it at a clang level, the right thing to do is to
> fixup the ABI lowerings for pointers to keep them pointers in this case.
> So this is an artifact of the way that we pass structures, and
> constructing a general solution at the ABI level might be tricky.
> I've cc'd Uli, who did most