search for: 17782

Displaying 7 results from an estimated 7 matches for "17782".

Did you mean: 1772
2010 Feb 28
4
Dovecot 2.0.beta3: Child killed with signal 11
Hi, I'm seeing these after the latest Mercurial updates: ==> /var/log/dovecot.info <== Feb 28 16:07:00 spectre dovecot: master: service(lmtp): child 17322 killed with signal 11 (core dumps disabled) Regards Thomas
2018 Mar 14
0
Possible Improvement to sapply
...microbenchmark::microbenchmark(identical(TRUE, FALSE), isFALSE(TRUE)) > Unit: nanoseconds > expr min lq mean median uq max neval > identical(TRUE, FALSE) 1009 1103.5 2228.20 1170.5 1357 14346 100 > isFALSE(TRUE) 718 760.0 1298.98 798.0 898 17782 100 > > microbenchmark::microbenchmark(identical("array", FALSE), isFALSE("array")) > Unit: nanoseconds > expr min lq mean median uq max neval > identical("array", FALSE) 975 1058.5 1257.95 1119.5 1250.0 9299 100 &...
2018 Mar 13
2
Possible Improvement to sapply
...5 18619 100 > microbenchmark::microbenchmark(identical(TRUE, FALSE), isFALSE(TRUE)) Unit: nanoseconds expr min lq mean median uq max neval identical(TRUE, FALSE) 1009 1103.5 2228.20 1170.5 1357 14346 100 isFALSE(TRUE) 718 760.0 1298.98 798.0 898 17782 100 > microbenchmark::microbenchmark(identical("array", FALSE), isFALSE("array")) Unit: nanoseconds expr min lq mean median uq max neval identical("array", FALSE) 975 1058.5 1257.95 1119.5 1250.0 9299 100 isFALSE(&qu...
2006 Apr 04
1
Apache, SSL, Mongrel and File upload question...
Not sure, but this might have something to do with Net::HTTP being broken in Ruby 1.8.4. See: http://shnoo.gr/articles/2006/04/03/ruby-1-8-4-breaks-net-http Josh http://shnoo.gr --- rails@lists.rubyonrails.org wrote: But now, alas, I try to upload a file. Attempting to upload a file gives me a ''bad content body'' error at line 981 of cgi.rb, in the read_multipart method.
2005 Sep 28
2
Zap FXO/FXS issues, 1.2.0-beta1
...sole. However, we don't have a verbose/debug console script from the actual moment when failure starts, we only have console activity from after the fact, when we notice something went wrong. The only odd log lines I've found didn't seem related to the problem: Sep 27 11:43:56 NOTICE[17782] channel.c: Dropping incompatible voice frame on Local/228@internal_extensions-9eb8,2 of format ulaw since our native format has changed to slin I'm not sure what "slin" is, but I'm not using it. Local/228@internal_extensions dials Zap channel 28, an FXS port with an analog phone...
2018 Mar 13
1
Possible Improvement to sapply
Could your code use vapply instead of sapply? vapply forces you to declare the type and dimensions of FUN's output and stops if any call to FUN does not match the declaration. It can use much less memory and time than sapply because it fills in the output array as it goes instead of calling lapply() and seeing how it could be simplified. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue,
2018 Mar 13
0
Possible Improvement to sapply
Quite possibly, and I?ll look into that. Aside from the work I was doing, however, I wonder if there is a way such that sapply could avoid the overhead of having to call the identical function to determine the conditional path. From: William Dunlap [mailto:wdunlap at tibco.com] Sent: Tuesday, March 13, 2018 12:14 PM To: Doran, Harold <HDoran at air.org> Cc: Martin Morgan <martin.morgan