ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.123 by root, Tue Jan 2 19:18:33 2007 UTC vs.
Revision 1.131 by root, Thu Jan 4 00:53:54 2007 UTC

8use Storable; 8use Storable;
9use Opcode; 9use Opcode;
10use Safe; 10use Safe;
11use Safe::Hole; 11use Safe::Hole;
12 12
13use Coro 3.3; 13use Coro 3.3 ();
14use Coro::Event; 14use Coro::Event;
15use Coro::Timer; 15use Coro::Timer;
16use Coro::Signal; 16use Coro::Signal;
17use Coro::Semaphore; 17use Coro::Semaphore;
18use Coro::AIO; 18use Coro::AIO;
71mkdir cf::localdir . "/" . cf::uniquedir; 71mkdir cf::localdir . "/" . cf::uniquedir;
72mkdir $RANDOM_MAPS; 72mkdir $RANDOM_MAPS;
73 73
74# a special map that is always available 74# a special map that is always available
75our $LINK_MAP; 75our $LINK_MAP;
76 76our $EMERGENCY_POSITION;
77our $EMERGENCY_POSITION = $cf::CFG{emergency_position} || ["/world/world_105_115", 5, 37];
78 77
79############################################################################# 78#############################################################################
80 79
81=head2 GLOBAL VARIABLES 80=head2 GLOBAL VARIABLES
82 81
245 # wake up all waiters, to be on the safe side 244 # wake up all waiters, to be on the safe side
246 $_->ready for @{ delete $LOCK{$key} }; 245 $_->ready for @{ delete $LOCK{$key} };
247 } 246 }
248} 247}
249 248
249=item cf::async { BLOCK }
250
251Like C<Coro::async>, but runs the given BLOCK in an eval and only logs the
252error instead of exiting the server in case of a problem.
253
254=cut
255
256sub async(&) {
257 my ($cb) = @_;
258
259 Coro::async {
260 eval { $cb->() };
261 warn $@ if $@;
262 }
263}
264
250=item cf::sync_job { BLOCK } 265=item cf::sync_job { BLOCK }
251 266
252The design of crossfire+ requires that the main coro ($Coro::main) is 267The design of crossfire+ requires that the main coro ($Coro::main) is
253always able to handle events or runnable, as crossfire+ is only partly 268always able to handle events or runnable, as crossfire+ is only partly
254reentrant. Thus "blocking" it by e.g. waiting for I/O is not acceptable. 269reentrant. Thus "blocking" it by e.g. waiting for I/O is not acceptable.
301=cut 316=cut
302 317
303sub coro(&) { 318sub coro(&) {
304 my $cb = shift; 319 my $cb = shift;
305 320
306 my $coro; $coro = async { 321 my $coro = &cf::async ($cb);
307 eval {
308 $cb->();
309 };
310 warn $@ if $@;
311 };
312 322
313 $coro->on_destroy (sub { 323 $coro->on_destroy (sub {
314 delete $EXT_CORO{$coro+0}; 324 delete $EXT_CORO{$coro+0};
315 }); 325 });
316 $EXT_CORO{$coro+0} = $coro; 326 $EXT_CORO{$coro+0} = $coro;
1175 $map->{load_path} = $path; 1185 $map->{load_path} = $path;
1176 1186
1177 $map 1187 $map
1178} 1188}
1179 1189
1190sub find_map;
1180sub find_map { 1191sub find_map {
1181 my ($path, $origin) = @_; 1192 my ($path, $origin) = @_;
1182 1193
1183 #warn "find_map<$path,$origin>\n";#d# 1194 #warn "find_map<$path,$origin>\n";#d#
1184 1195
1220 $map->last_access ($cf::RUNTIME); 1231 $map->last_access ($cf::RUNTIME);
1221 1232
1222 if ($map->should_reset) { 1233 if ($map->should_reset) {
1223 $map->reset; 1234 $map->reset;
1224 undef $guard; 1235 undef $guard;
1225 $map = find_map $path; 1236 $map = find_map $path
1237 or return;
1226 } 1238 }
1227 1239
1228 $cf::MAP{$key} = $map 1240 $cf::MAP{$key} = $map
1229 } 1241 }
1230} 1242}
1309} 1321}
1310 1322
1311sub swap_out { 1323sub swap_out {
1312 my ($self) = @_; 1324 my ($self) = @_;
1313 1325
1326 # save first because save cedes
1327 $self->save;
1328
1314 return if $self->players; 1329 return if $self->players;
1315 return if $self->in_memory != cf::MAP_IN_MEMORY; 1330 return if $self->in_memory != cf::MAP_IN_MEMORY;
1316 return if $self->{deny_save}; 1331 return if $self->{deny_save};
1317 1332
1318 $self->save;
1319 $self->clear; 1333 $self->clear;
1320 $self->in_memory (cf::MAP_SWAPPED); 1334 $self->in_memory (cf::MAP_SWAPPED);
1321} 1335}
1322 1336
1323sub reset_at { 1337sub reset_at {
1536 1550
1537 # try to abort aborted map switching on player login :) 1551 # try to abort aborted map switching on player login :)
1538 # should happen only on crashes 1552 # should happen only on crashes
1539 if ($pl->ob->{_link_pos}) { 1553 if ($pl->ob->{_link_pos}) {
1540 $pl->ob->enter_link; 1554 $pl->ob->enter_link;
1541 Coro::async { 1555 cf::async {
1542 # we need this sleep as the login has a concurrent enter_exit running 1556 # we need this sleep as the login has a concurrent enter_exit running
1543 # and this sleep increases chances of the player not ending up in scorn 1557 # and this sleep increases chances of the player not ending up in scorn
1544 Coro::Timer::sleep 1; 1558 Coro::Timer::sleep 1;
1545 $pl->ob->leave_link; 1559 $pl->ob->leave_link;
1546 }; 1560 };
1555sub cf::object::player::goto_map { 1569sub cf::object::player::goto_map {
1556 my ($self, $path, $x, $y) = @_; 1570 my ($self, $path, $x, $y) = @_;
1557 1571
1558 $self->enter_link; 1572 $self->enter_link;
1559 1573
1560 (Coro::async { 1574 (cf::async {
1561 $path = new cf::path $path; 1575 $path = new cf::path $path;
1562 1576
1563 my $map = cf::map::find_map $path->as_string; 1577 my $map = cf::map::find_map $path->as_string;
1564 $map = $map->customise_for ($self) if $map; 1578 $map = $map->customise_for ($self) if $map;
1565 1579
1627 1641
1628 return unless $self->type == cf::PLAYER; 1642 return unless $self->type == cf::PLAYER;
1629 1643
1630 $self->enter_link; 1644 $self->enter_link;
1631 1645
1632 (Coro::async { 1646 (cf::async {
1633 unless (eval { 1647 unless (eval {
1634
1635 prepare_random_map $exit 1648 prepare_random_map $exit
1636 if $exit->slaying eq "/!"; 1649 if $exit->slaying eq "/!";
1637 1650
1638 my $path = new cf::path $exit->slaying, $exit->map && $exit->map->path; 1651 my $path = new cf::path $exit->slaying, $exit->map && $exit->map->path;
1639 $self->goto_map ($path, $exit->stats->hp, $exit->stats->sp); 1652 $self->goto_map ($path, $exit->stats->hp, $exit->stats->sp);
1701 on_reply => sub { 1714 on_reply => sub {
1702 my ($ns, $msg) = @_; 1715 my ($ns, $msg) = @_;
1703 1716
1704 # this weird shuffling is so that direct followup queries 1717 # this weird shuffling is so that direct followup queries
1705 # get handled first 1718 # get handled first
1706 my $queue = delete $ns->{query_queue}; 1719 my $queue = delete $ns->{query_queue}
1720 or return; # be conservative, not sure how that can happen, but we saw a crash here
1707 1721
1708 (shift @$queue)->[1]->($msg); 1722 (shift @$queue)->[1]->($msg);
1709 1723
1710 push @{ $ns->{query_queue} }, @$queue; 1724 push @{ $ns->{query_queue} }, @$queue;
1711 1725
1728=cut 1742=cut
1729 1743
1730sub cf::client::coro { 1744sub cf::client::coro {
1731 my ($self, $cb) = @_; 1745 my ($self, $cb) = @_;
1732 1746
1733 my $coro; $coro = async { 1747 my $coro = &cf::async ($cb);
1734 eval {
1735 $cb->();
1736 };
1737 warn $@ if $@;
1738 };
1739 1748
1740 $coro->on_destroy (sub { 1749 $coro->on_destroy (sub {
1741 delete $self->{_coro}{$coro+0}; 1750 delete $self->{_coro}{$coro+0};
1742 }); 1751 });
1743 1752
1978 open my $fh, "<:utf8", cf::confdir . "/config" 1987 open my $fh, "<:utf8", cf::confdir . "/config"
1979 or return; 1988 or return;
1980 1989
1981 local $/; 1990 local $/;
1982 *CFG = YAML::Syck::Load <$fh>; 1991 *CFG = YAML::Syck::Load <$fh>;
1992
1993 $EMERGENCY_POSITION = $CFG{emergency_position} || ["/world/world_105_115", 5, 37];
1994
1995 if (exists $CFG{mlockall}) {
1996 eval {
1997 $CFG{mlockall} ? &mlockall : &munlockall
1998 and die "WARNING: m(un)lockall failed: $!\n";
1999 };
2000 warn $@ if $@;
2001 }
1983} 2002}
1984 2003
1985sub main { 2004sub main {
1986 # we must not ever block the main coroutine 2005 # we must not ever block the main coroutine
1987 local $Coro::idle = sub { 2006 local $Coro::idle = sub {
2190 or warn "ERROR: unable to write runtime file: $!"; 2209 or warn "ERROR: unable to write runtime file: $!";
2191 })->(); 2210 })->();
2192 }, 2211 },
2193); 2212);
2194 2213
2214END { cf::emergency_save }
2215
21951 22161
2196 2217

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines