ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/dm-support.ext
(Generate patch)

Comparing deliantra/server/ext/dm-support.ext (file contents):
Revision 1.18 by root, Sun Nov 25 19:08:24 2007 UTC vs.
Revision 1.23 by root, Sun Jun 28 16:46:50 2009 UTC

29reload_archetypes & 29reload_archetypes &
30ext::help::reload & 30ext::help::reload &
31ext::books::reload & 31ext::books::reload &
32ext::map_tags::reload & 32ext::map_tags::reload &
33ext::map_world::reload & 33ext::map_world::reload &
34print JSON::XS->new->pretty->encode({cf::mallinfo}) 34while (EV::TIMEOUT & Coro::EV::timed_io_once \$fh, EV::READ, 1) { Coro::Debug::command "ps" } &
35({cf::mallinfo})
35EOF 36EOF
36 print $fh "\n> "; 37 print $fh "\n> ";
37 38
38 my $iow; $iow = EV::io $fh, EV::READ, sub { 39 my $iow; $iow = EV::io $fh, EV::READ, sub {
39 if (defined (my $cmd = <$fh>)) { 40 if (defined (my $cmd = <$fh>)) {
48 } else { 49 } else {
49 my $sub = sub { 50 my $sub = sub {
50 package cf; 51 package cf;
51 select $fh; 52 select $fh;
52 53
53 # compile first, the execute, as Coro does not support switching in eval string 54 # compile first, then execute, as Coro does not support switching in eval string
54 my $cb = eval "sub { $cmd \n}"; 55 my $cb = eval "sub { $cmd \n}";
55 56
56 my $t1 = Time::HiRes::time; 57 my $t1 = Time::HiRes::time;
57 my @res = $@ ? () : eval { $cb->() }; 58 my @res = $@ ? () : eval { $cb->() };
58 my $t2 = Time::HiRes::time; 59 my $t2 = Time::HiRes::time;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines