Displaying 3 results from an estimated 3 matches for "forkit".
2007 May 24
1
unexpected error message (maildir_sync_index)
Hello,
I recently saw these errors in my log, and one of my users complained
that Dovecot disconnected him unexpectedly. Any idea what might have
happened?
dovecot: Error: IMAP(bmoore at forkit.org): file maildir-sync.c: line
1075 (maildir_sync_index): assertion failed: (uid > prev_uid)
dovecot: Error: IMAP(bmoore at forkit.org): Raw backtrace:
/usr/local/libexec/dovecot/imap [0x80b6501] ->
/usr/local/libexec/dovecot/imap [0x80b641c] ->
/usr/local/libexec/dovecot/imap(...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
On Monday 05 April 2004 13:04, oddsock wrote:
> At 07:41 PM 4/4/2004, you wrote:
> >That was your plan.
> >
> >My plan is to provide what currently exists (htpasswd-like) and a 'script'
> >authenticator which just calls an external program, as Geoff described.
> >
> >Both are, of course, possible. Your "URL call" (this is a very strange way
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...<stdio.h>
int main() {
int i = 0;
for (i=0;i<1000;i++) {
system("ls > /dev/null");
}
}
/*****************************************************************************/
and got the following results :
/usr/home/oddsock/tmp-> time forkit > /dev/null
5.13s real 1.82s user 3.27s system
/usr/home/oddsock/tmp-> time curlit > /dev/null
0.76s real 0.14s user 0.18s system
o as far as performance goes, the HTTP request seemed to outperform in the
simple/quick case.
from what I know, process creation is...