search for: dcvr

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

Did you mean: dcr
2014 Jan 21
1
IDLE dropping EXISTS events on mass message arrival
...\r\n", 17) = 17 07:30:14 setsockopt(11, SOL_TCP, TCP_CORK, [0], 4) = 0 07:30:14 time(NULL) = 1390289414 07:30:14 epoll_wait(9, {{EPOLLIN, {u32=4159555408, u64=4159555408}}}, 6, 22124) = 1 07:30:17 read(13, "\2\0\0\0\200\0\0\0\t\365\r\0000\0\0\0001390289417.M94623P14841.dcvr,S=1580,W=1619:2,S\0\0\2\0\0\0\200\0\0\0\n\365\r\0000\0\0\0001390289417.M94624P14841.dcvr,S=1580,W=1619:2,S\0\0\2\0\0\0\200\0\0\0\v\365\r\0000\0\0\0001390289417.M94625P14841.dcvr,S=1422,W=1460:2,S\0\0\2\0\0\0\200\0\0\0\f\365\r\0000\0\0\0001390289417.M94626P14841.dcvr,S=1422,W=1460:2,S\0\0\2\0\0\0\20...
2020 Aug 25
2
MultiDatabase shard count limitations
...; a large attachment. Oops, I forgot to take into account base64 encoding overhead and thought it would fit (but maybe gzipping hit another filter) For the sake of archival, that old report is downloadable via spew (a random dumping ground of mine): https://80x24.org/spew/20200825215246.GA9961 at dcvr/2-perf-report-g.txt.gz > That's kind of what I was after, in that it seems to be trying to show > time spent in "Children", but it doesn't seem to do that completely so > I'm not sure how to interpret it. I'd expect the parent of everything > to show up with...
2010 Dec 11
1
the naming of "Unicorn"
In case more people are interested, I originally posted the following to ruby-core: http://mid.gmane.org/20101210190448.GA6534 at dcvr.yhbt.net Eric Wong <normalperson at yhbt.net> wrote: > zuerrong <zuerrong at gmail.com> wrote: > > 2010/12/10 Tony Arcieri <tony.arcieri at medioh.com>: > > > And Unicorns are fantastical mythical creatures! > > > > > yep that indicates it'...
2010 Apr 27
3
[PATCH] Add worker interrogation via INFO signals
Hey all, Below is a proposed patch I worked on over the weekend. Just adding a note here to mention that I''m currently not a subscriber to the mailing list, so please CC me on any replies. Let me know what you all think. This change was made on a local topic branch off of the maint branch. If you''d like to view the change on GitHub, you can do so here:
2020 Aug 24
2
MultiDatabase shard count limitations
Olly Betts <olly at survex.com> wrote: > The report you show seems to be just the time take by each function > directly rather than including functions it calls. It looks like a lot > of the time is spent in cursor movement, as totalling up things that > seem like they'd be due to that I quickly get to 40+% but it's hard > to tell if that's about the actual total
2012 Jan 31
12
FreeBSD jail and unicorn
Hello, I''m using unicorn since a while, but now I try to run it the first time inside a FreeBSD jail. The initial start of unicorn works fine and it serves all the requests. But if I want to restart it using the USR2 signal, it (more or less) slowly starts using more and more CPU cycles. There is no error message in the logs and it quite hard to reproduce that error. In 1 of 20 tries,
2012 Apr 12
8
Background jobs with #fork
Hi I''ve migrated from Passenger to Unicorn about a week ago. It''s great. Great transparency and management, thanks for this great software! A few of my Rails applications start background jobs using Kernel#fork. Of course, the ActiveRecord connections are closed and reopened again in the parent and child processes. The child process also does its job. Unfortunately, it seems
2011 May 16
0
Fwd: adding GPLv3 to unicorn license
...e GPL (as published by the Free Software Foundation) to the license. I''m /not/ asking for a "GPLv2 or later" clause since that would give the FSF too much power for GPLv4. The original request to Zed Shaw and Evan Weaver is here: http://mid.gmane.org/20110428005727.GA19557 at dcvr.yhbt.net Besides myself, Zed Shaw and Evan Weaver have the largest amount of code in Unicorn, and both have OK-ed the addition of the GPLv3, so I hope you do the same. Thank you. -- Eric Wong ----- End forwarded message ----- -- Eric Wong
2020 Aug 25
0
MultiDatabase shard count limitations
On Tue, Aug 25, 2020 at 10:15:42PM +0000, Eric Wong wrote: > So I managed to get current xapian.git (commit 61724d477edb) > built with CXXFLAGS=-ggdb3, and it's closer to 100%: > > https://80x24.org/spew/20200825215517.GA3936 at dcvr/2-perf-report-20200825-214820.gz > > The machine I'm working on is also significantly busier at the > moment trying to reproduce an unrelated problem. Oh and perf samples the whole machine, not just this process. This seems to suggest a significant part of the problem is getting the...
2018 Feb 27
1
modifying the DB while iterating is user error, right?
...uccess: curl https://yhbt.net/skel.bug.gz | zcat | \ BATCH_SIZE=1000 perl -w /path/to/skel.bug.perl I've also informed notmuch of the problem, since I stole the thread linking logic from that for public-inbox: https://www.mail-archive.com/search?l=mid&q=20180227224414.GA31804 at dcvr (currently greylisted, should show up momentarily)
2016 Aug 06
2
debian (1.2.22-3~bpo8+1) package build failure
I'm trying to test a trivial patch to set FD_CLOEXEC on the flintlock lockfd when using F_OFD_SETLK and am running into a build failure even in an unpatched state. This is on a Debian jessie amd64 system building the jessie-backports version. The stable version (1.2.19-1+deb8u1) works and builds fine using the same commands, however I also encountered a similar build problem in a sid chroot
2011 Aug 16
6
Unicorn logging in production env
Hi All, as I can see on https://github.com/defunkt/unicorn/blob/master/lib/unicorn.rb#L53 the?Rack::CommonLogger used only in development env and in weird evn called "deployment". Any chance to add "production" to this case? Serg Podtynnyi
2011 Aug 12
16
Rack content-length Rack::Lint::LintErrors errors with unicorn
Has anyone seen anything like this before? I can get it to happen all the time if I issue a HEAD request, but it only happens very intermittently on GET requests. I''m using Ruby 1.9.2p180. Any ideas on where to start debugging? 204.93.223.151, 10.195.114.81 - - [11/Aug/2011 21:03:50] "GET / HTTP/1.0" 200 37902 0.5316 app error: Content-Length header was 37902, but should be
2010 May 28
4
unicorn failing to start
Hi, i''m trying to start up unicorn_rails with a rails 3 beta3 project. All I can get out of it is this: I, [2010-05-28T08:54:45.770957 #17852] INFO -- : reaped #<Process::Status: pid 17854 exit 1> worker=0 I, [2010-05-28T08:54:45.771200 #17852] INFO -- : worker=0 spawning... I, [2010-05-28T08:54:45.774049 #17858] INFO -- : worker=0 spawned pid=17858 I,
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per worker process in the master. Now there''s no need to set a higher file descriptor limit for systems running >= 1024 workers. --- I just pushed this out to git://bogomips.org/unicorn.git and it''ll be in Unicorn 4.x. The subset of raindrops used by Unicorn should work on all machines with mmap(2) +