search for: gulbrandsen

Displaying 15 results from an estimated 15 matches for "gulbrandsen".

2009 Nov 22
3
[LLVMdev] -O0 compile time speed (was: Go)
On Nov 21, 2009, at 1:00 PM, Arnt Gulbrandsen wrote: > Chris Lattner writes: >> I'm still really interested in making Clang (and thus LLVM) faster at -O0 (while still preserving debuggability of course). > > Why? I want the compiler to build things quickly in all modes, but -O0 in particular is important for a fast compil...
2009 Nov 22
0
[LLVMdev] -O0 compile time speed (was: Go)
Chris Lattner writes: > On Nov 21, 2009, at 1:00 PM, Arnt Gulbrandsen wrote: > >> Chris Lattner writes: >>> I'm still really interested in making Clang (and thus LLVM) faster >>> at -O0 (while still preserving debuggability of course). >> >> Why? > > I want the compiler to build things quickly in all modes, but -O...
2007 May 21
3
Updated v1.1 and summer plans
...22591.html - Less indexing for POP3 users (both in pop3 and in deliver) - Replace Squat FTS indexes with my new design - Configurable mail_log plugin - Limit number of connections for a user - A combined LIST + STATUS command (or possibly NOTIFY extension? http://tools.ietf.org/html/draft-gulbrandsen-imap-notify-03) - Fully supported shared mailboxes and IMAP ACL extension: http://www.dovecot.org/list/dovecot/2007-April/021624.html - Remote (shared) mailboxes. Automatic proxying, but possibly also support for MAILBOX-REFERRALS extension if it's not much extra trouble (few clients suppor...
2000 Mar 27
2
Problem starting SMB services
...No such file or directory Mar 27 11:41:19 portero smb: spoolssd startup failed Is there some problem with my smb.conf file? I need to try to get this working very soon. I have tried different smb.conf files, to no avail. Please help. Thanks! Steve Cody, MCSE Information Systems Administrator Gulbrandsen Manufacturing, Inc. Office - 803-531-2413 x102 Email - scody@gulbrandsen.com
2009 Nov 22
3
[LLVMdev] -O0 compile time speed
Arnt Gulbrandsen <arnt at gulbrandsen.priv.no> writes: >>>> I'm still really interested in making Clang (and thus LLVM) faster >>>> at -O0 (while still preserving debuggability of course). >>> >>> Why? >> >> I want the compiler to build things qui...
2002 Oct 07
4
Application
How should I install windows applications on clients joining a samba PDC? THX Davide Parise E-Mail: d.parise@agora.it
2018 Oct 02
2
Help for UID THREAD and SORT optimization
Hello, we are developing a library to show last arrived messages of all threads in a folder with more than 300k messages. As per the RFC 5256, the IMAP thread command has only the option to specify the grouping criteria (REFERENCES vs ORDEREDSUBJECT). So we implemented an algorithm which gets the full UID SORT ordered by date in reverse order then gets all thread relations and then post
2018 Oct 02
0
Help for UID THREAD and SORT optimization
...he full UID SORT ordered by date in reverse order then gets all thread relations and then post process all outputs to obtain the final result. > It sounds like what you want is REFS threading, which Dovecot supports, but it didn't make it into official RFC: https://tools.ietf.org/html/draft-gulbrandsen-imap-inthread-05 <https://tools.ietf.org/html/draft-gulbrandsen-imap-inthread-05> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181002/4ee3d8f0/attachment.html>
2008 Nov 23
1
v1.2.alpha4 released
...it doesn't check first if mails are missing from the original mailboxes, so it may not find everything. Also this still doesn't work with Squat backend.. Anyway, a bit more code and Dovecot will have fast full text searching from all mailboxes (virtual * mailbox). I implemented also draft-gulbrandsen-imap-response-codes-04, which adds some [codes] for all IMAP command failures, which should make it possible for clients to figure out more easily what caused the failure. Hopefully the draft won't change much anymore. :) -------------- next part -------------- A non-text attachment was scrubb...
2009 Nov 21
0
[LLVMdev] -O0 compile time speed (was: Go)
Chris Lattner writes: > I'm still really interested in making Clang (and thus LLVM) faster at > -O0 (while still preserving debuggability of course). Why? Arnt
2012 Mar 09
1
Whether the THREAD command support cross-mailbox thread?
In the real world, the mails which belongs to one thread could be dispersed in different mailbox, at least Inbox and SENT, so whether the command can search different mailboxes and grap them in one talk with dovecot? If Not, any other approach to do that? BTW, what the THREAD=REFS stands for? In the RFC, http://tools.ietf.org/html/rfc5256, i didn't find this algorithm.
2009 Nov 21
2
[LLVMdev] -O0 compile time speed (was: Go)
On Nov 19, 2009, at 1:04 PM, Bob Wilson wrote: >> I've tested it and LLVM is indeed 2x slower to compile, although it >> generates >> code that is 2x faster to run... >> >>> Compared to a compiler in the same category as PCC, whose pinnacle of >>> optimization is doing register allocation? I'm not surprised at all. >> >> What else
2012 Jul 18
4
Unsecured zone transfers and open resolvers
Hello, My question is not related to NSD in particular, but I have seen here on the list a lot of people that work for TLDs and other Registrars and Registry operators I thought it would be a good place to ask this question. It is about DNS though, not completely off topic :). I have encountered in my DNS studies a few name servers that let you transfer zones they are authoritative for. The
2003 Sep 17
1
nsd serving localhost
Hi, I just installed nsd 1.2.2, and found that it choked on the following zone file when parsing it as an IPv6 zone file, complaining about out-of-zone data on line 2: @ IN SOA ns.oryx.com. hostmaster.oryx.com. ( 2003091600 10800 3600 2592000 86400 ) 1 IN PTR localhost. Using it only under IPv4 worked. What I'm now using is
2000 Jan 05
0
10000 files open error
I am getting an informational message that I'd like to fix, if it needs fixing. This is from my log: [2000/01/05 14:43:00, 1] smbd/files.c:file_init(216) file_init: Information only: requested 10000 open files, 1014 are available. Is this a problem, or potential problem? How can I take care of it? Steve