Displaying 3 results from an estimated 3 matches for "echoservic".
Did you mean:
echoservice
2008 Jan 06
5
Having very odd problems with UDP.
I am using eventmachine 0.8.1 on windows XP and am having very odd problems.
This snippet of code gives the error that follows it.
class EchoServer
def receive_data data
puts data
send_data ">>>you sent: #{data}"
if data =~ /quit/i
puts "quitting"
close_connection
EventMachine::stop_event_loop
end
end
end
2007 Mar 29
3
Samba logging behavior on new files
Hi list,
I have home made program, which uses File Alteration Monitor library
to watch samba log files for new file creation in samba share
directory.
This technique works fine when I use GNU/Linux machine as client and
it fails when I use Windows machine as client. The cause of failure
is, samba server creates different pattern of logs and sometimes it
does not create log entries on new file
2007 Sep 14
3
epoll appears to break
The following program is a minor variant on the sample given in the README
with eventmachine-0.8.1. I am running under CentOS 4.5 (kernel
2.6.9-55.0.2.plus.c4) with a ruby-1.8.5 RPM from the CentOS testing
repository.
When I run it, I find that set_comm_inactivity_timeout doesn''t do anything.
That is, if I client opens a connection, it stays open indefinitely.
However, if I comment out