Displaying 3 results from an estimated 3 matches for "drbtcpsocket".
2006 Mar 10
0
WEBrick crashing
...0.00 0.00 Class#new
0.00 6.55 0.00 1 0.00 0.00 Dependencies.clear
0.00 6.55 0.00 1 0.00 0.00 Enumerable.member?
0.00 6.55 0.00 1 0.00 0.00 Array#size
0.00 6.55 0.00 1 0.00 0.00
DRb::DRbTCPSocket#close
0.00 6.55 0.00 1 0.00 3796.00 Object#load
0.00 6.55 0.00 2 0.00 0.00 Array#empty?
0.00 6.55 0.00 1 0.00 2750.00
DRb::DRbServer#stop_servic
e
0.00 6.55 0.00 1 0.00 0.00 Kernel.nil?
0.00...
2006 Mar 26
4
edge and 1.8.2/1.8.4 issues
I recently upgraded to 1.8.4 to try out mongrel, and so far have been in
a kind of hell where I can''t get my app working!
Currently running (or trying to run):
Ruby version 1.8.4 (i386-mswin32)
RubyGems version 0.8.11
Rails version 1.0.0
Active Record version 1.13.2
Action Pack version 1.11.2
Action Web Service version 1.0.0
Action Mailer version 1.1.5
Active Support version
2006 Jan 25
7
Global Data, where can it go?
I''m developing a stateful Ruby application that needs to keep data in
one location where all people accessing the site can modify its
contents. This data will be read-from/written to often, so I would
prefer for rails to keep it in memory, rather than a database.
My frist try involved global variables. After discovering that they
were being "re-initialized" with each new