Displaying 14 results from an estimated 14 matches for "42531".
Did you mean:
2531
2006 Nov 01
1
strange issue with backgroundrb behind apache/lighttpd
...ponses (for 127.0.0.1 at 2006-11-01 07:47:07)
[POST]
Session ID: 671f4ba93603f34e036d9bbc65919ca7
Parameters: {"action"=>"get_responses", "controller"=>"search"}
getting responses
RangeError (0xdb677f22 is recycled object):
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:375:in `_id2ref''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:375:in `to_obj''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1402:in `to_obj''
(druby://localhost:42531) /usr/lib/ruby/1.8/drb/drb.rb:1704:in `to_obj...
2006 Sep 23
6
Connection to backgroundrb is lost when exiting action method
...d was wondering what is wrong.
Suppose I have backgroundrb running, and then I have an action in some
controller. In the action I define a worker. When leaving the action,
suddenly the connection to backgroundrb is lost:
DRb URI: druby://localhost:22222
Pid: 3976
Autostart...
done
druby://localhost:42531 - #<Errno::EBADF: Bad file descriptor - connect(2)>
druby://localhost:42531 - #<Errno::EBADF: Bad file descriptor - connect(2)>
...
When I''m still in the action, for instance using ''sleep 10''. As long
I''m inside the action, there''s no proble...
2005 Jan 28
17
breakpoint not working
I keep getting:
No connection to breakpoint service at druby://localhost:42531
(DRb::DRbConnError)
Tries to connect will be made every 3 seconds...
This happens every time i run ./script/breakpointer using 0.9.5 on OSX
or Windows.
Any ideas?
2006 Apr 01
5
What IDE for Rails on OSX?
Hi,
I''m using TextMate for rails development on OSX, but have reached a point
where I need to run in a debugger and be able to step through the code as it
executes. I have previously used the Eclipse Ruby plug in and another IDE
for ruby development on windows, but never figured out how to run a Rails
app in the debugger.
How are other textmate users debugging and what else is there on
2006 Sep 05
2
question about passing array of AR objects to worker
...esource:0xb79d9da0
@attributes={"uri"=>"http://search.msn.com/results.aspx?q=ruby+on+rails&FORM=QBHP",
"id"=>"6"}>]
but the worker logs it as (in backgroundrb.log) as
#<DRb::DRbObject:0xb77c09a8 @ref=-607202372, @uri="druby://localhost:42531">
can someone explain what''s going on here?
Chris
2006 Feb 02
3
breakpointer failing
...9;t work either.
I think that the actual breakpoints aren''t working either, because I
tried running the breakpointer from a remote machine pointing it to my
workstation using the -s option, and it never connects when it''s at a
breakpoint. I also did a netstat to look for the port 42531 being
opened, and it doesn''t appear to be open. But the server surely does
stop at that point.
I tried a bunch of searches on the net and have found pretty much
nothing. Have any of you run into these issues?
--
Sean Wolfe
master nerd of
i heart squares, Co.
3711 N. Ravenswood Ave. #147...
2006 Mar 14
2
RDT and breakpointer
...o connect will be made every 2 seconds...
Executing break point "Let''s break for a while :)" at
./script/../config/../app/controllers/store_controller.rb:28 in
`display_cart''
Server exited. Closing connection...
No connection to breakpoint service at druby://localhost:42531
(DRb::DRbConnError)
----------------------------
What could I be doing wrong? Or any newie friendly & free RoR debuggers
out there? Any advice will be greatly appreciated!
DD
--
Posted via http://www.ruby-forum.com/.
2005 Oct 21
0
Breakpointer breaking WEBrick on Windows?
...through
the Agile Rails book. I''m trying to use the
breakpoint feature to debug something, but I can''t
seem to get it to work. When I run the breakpointer
service I get:
C:\railsproj\depot> ruby script/breakpointer
No connection to breakpoint service at
druby://localhost:42531 (DRb::DRbConnError)
Tries to connect will be made every 2 seconds...
To make matters worse, it seems to hang my WEBrick
process something fierce - I need to kill the Command
Prompt window to drop and restart WEBrick.
Q: Do I need to change the arguments to the
breakpointer?
Q: Do I need to be...
2006 Mar 20
2
breakpointer socket errors?
....rb:21:in
`require''
from
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in
`require''
from script/breakpointer:3
Any clues where to start looking for what is wrong? I get a connection
refused trying to just telnet to the 42531 port on localhost.
--
Posted via http://www.ruby-forum.com/.
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
...AM, lower 1x UDP_STREAM.
The latest results are with process, rx napi and tx napi affine to
the same core. All numbers are lower than the previous patchset.
upstream napi
TCP_STREAM:
1x:
Mbps 27816 39805
Gcycles 274 285
10x:
Mbps 42947 42531
Gcycles 300 296
100x:
Mbps 31830 28042
Gcycles 279 269
TCP_RR Latency (us):
1x:
p50 21 21
p99 27 27
Gcycles 180 167
10x:
p50 40 39
p99 52 52
Gcycles...
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
...AM, lower 1x UDP_STREAM.
The latest results are with process, rx napi and tx napi affine to
the same core. All numbers are lower than the previous patchset.
upstream napi
TCP_STREAM:
1x:
Mbps 27816 39805
Gcycles 274 285
10x:
Mbps 42947 42531
Gcycles 300 296
100x:
Mbps 31830 28042
Gcycles 279 269
TCP_RR Latency (us):
1x:
p50 21 21
p99 27 27
Gcycles 180 167
10x:
p50 40 39
p99 52 52
Gcycles...
2006 Jan 06
10
I need debugging tips?
Hi all,
Like most other frameworks, Ruby groups code by Model/View/Controller instead
of by task, and therefore I''m having a hard time debugging a problem from the
Agile Rails book where looping through @items errors out because one or more
items is nil.
I managed to empty the cart by placing session[:cart] = nil in find_cart() in
the store_controller_rb, and the problem continued
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...2
usite2.ll 1 23364 0 0.01 23331 0 0.01 23331
usiteo1.ll 1 15007 0 0.01 14974 0 0.01 14974
usiteo2.ll 1 23854 0 0.01 23821 0 0.01 23821
usoftnet.ll 1 21867 0 0.01 21834 0 0.01 21834
usoftpin.ll 1 16314 0 0.01 16281 0 0.01 16281
utemp.ll 1 13367 0 0.01 13334 0 0.01 13334
UTFConvert.ll 2 42558 0 0.01 42531 0 0.01 42531
utilities.ll 9 21629 0 0.01 21603 0 0.01 21603
utility.ll 3 4801 0 0.01 4771 0 0.01 4771
util.ll 22 79529 0 0.02 79509 0 0.02 79509
utils.ll 1 3560 0 0.01 3529 0 0.01 3529
utop.ll 1 4937 0 0.01 4910 0 0.01 4910
utrace.ll 9 6657 3 0.01 6196 0 0.01 6633
uudecode.ll 6 23057 0 0.01 23030 0...