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.375 by root, Sun Sep 30 20:22:21 2007 UTC vs.
Revision 1.383 by root, Thu Oct 11 21:09:29 2007 UTC

10use Event; 10use Event;
11use Opcode; 11use Opcode;
12use Safe; 12use Safe;
13use Safe::Hole; 13use Safe::Hole;
14 14
15use Coro 3.64 (); 15use Coro 4.1 ();
16use Coro::State; 16use Coro::State;
17use Coro::Handle; 17use Coro::Handle;
18use Coro::Event; 18use Coro::Event;
19use Coro::Timer; 19use Coro::Timer;
20use Coro::Signal; 20use Coro::Signal;
27use BDB (); 27use BDB ();
28use Data::Dumper; 28use Data::Dumper;
29use Digest::MD5; 29use Digest::MD5;
30use Fcntl; 30use Fcntl;
31use YAML::Syck (); 31use YAML::Syck ();
32use IO::AIO 2.32 (); 32use IO::AIO 2.51 ();
33use Time::HiRes; 33use Time::HiRes;
34use Compress::LZF; 34use Compress::LZF;
35use Digest::MD5 (); 35use Digest::MD5 ();
36 36
37# configure various modules to our taste 37# configure various modules to our taste
373 } 373 }
374 } 374 }
375 } 375 }
376 376
377 if (@SLOT_QUEUE) { 377 if (@SLOT_QUEUE) {
378 # we do not use wait_For_tick() as it returns immediately when tick is inactive 378 # we do not use wait_for_tick() as it returns immediately when tick is inactive
379 push @cf::WAIT_FOR_TICK, $signal; 379 push @cf::WAIT_FOR_TICK, $signal;
380 $signal->wait; 380 $signal->wait;
381 } else { 381 } else {
382 Coro::schedule; 382 Coro::schedule;
383 } 383 }
427 my $time = Event::time; 427 my $time = Event::time;
428 428
429 # this is the main coro, too bad, we have to block 429 # this is the main coro, too bad, we have to block
430 # till the operation succeeds, freezing the server :/ 430 # till the operation succeeds, freezing the server :/
431 431
432 LOG llevError | logBacktrace, Carp::longmess "sync job";#d#
433
432 # TODO: use suspend/resume instead 434 # TODO: use suspend/resume instead
433 # (but this is cancel-safe) 435 # (but this is cancel-safe)
434 my $freeze_guard = freeze_mainloop; 436 my $freeze_guard = freeze_mainloop;
435 437
436 my $busy = 1; 438 my $busy = 1;
1044 close $fh; 1046 close $fh;
1045 1047
1046 if (@$objs) { 1048 if (@$objs) {
1047 if (my $fh = aio_open "$filename.pst~", O_WRONLY | O_CREAT, 0600) { 1049 if (my $fh = aio_open "$filename.pst~", O_WRONLY | O_CREAT, 0600) {
1048 chmod SAVE_MODE, $fh; 1050 chmod SAVE_MODE, $fh;
1049 my $data = Storable::nfreeze { version => 1, objs => $objs }; 1051 my $data = Coro::Storable::nfreeze { version => 1, objs => $objs };
1050 aio_write $fh, 0, (length $data), $data, 0; 1052 aio_write $fh, 0, (length $data), $data, 0;
1051 aio_fsync $fh if $cf::USE_FSYNC; 1053 aio_fsync $fh if $cf::USE_FSYNC;
1052 close $fh; 1054 close $fh;
1053 aio_rename "$filename.pst~", "$filename.pst"; 1055 aio_rename "$filename.pst~", "$filename.pst";
1054 } 1056 }
1085 1087
1086 unless (aio_stat "$filename.pst") { 1088 unless (aio_stat "$filename.pst") {
1087 (aio_load "$filename.pst", $av) >= 0 1089 (aio_load "$filename.pst", $av) >= 0
1088 or return; 1090 or return;
1089 1091
1090 $av = eval { (Storable::thaw $av)->{objs} }; 1092 my $st = eval { Coro::Storable::thaw $av }
1093 || eval { my $guard = Coro::Storable::guard; Storable::thaw $av }; #d# compatibility, remove
1094 $av = $st->{objs};
1091 } 1095 }
1092 1096
1093 utf8::decode (my $decname = $filename); 1097 utf8::decode (my $decname = $filename);
1094 warn sprintf "loading %s (%d,%d)\n", 1098 warn sprintf "loading %s (%d,%d)\n",
1095 $decname, length $data, scalar @{$av || []}; 1099 $decname, length $data, scalar @{$av || []};
2273=cut 2277=cut
2274 2278
2275sub deref { 2279sub deref {
2276 my ($ref) = @_; 2280 my ($ref) = @_;
2277 2281
2278 # temporary compatibility#TODO#remove
2279 $ref =~ s{^<}{player/<};
2280
2281 if ($ref =~ m{^player\/(<1\.\d+>)/(.*)$}) { 2282 if ($ref =~ m{^player\/(<1\.[0-9a-f]+>)/(.*)$}) {
2282 my ($uuid, $name) = ($1, $2); 2283 my ($uuid, $name) = ($1, $2);
2283 my $pl = $cf::PLAYER_LOADING{$name} || cf::player::find $name 2284 my $pl = $cf::PLAYER_LOADING{$name} || cf::player::find $name
2284 or return; 2285 or return;
2285 $pl->ob->uuid eq $uuid 2286 $pl->ob->uuid eq $uuid
2286 or return; 2287 or return;
2895=pod 2896=pod
2896 2897
2897The following functions and methods are available within a safe environment: 2898The following functions and methods are available within a safe environment:
2898 2899
2899 cf::object 2900 cf::object
2900 contr pay_amount pay_player map x y force_find force_add 2901 contr pay_amount pay_player map x y force_find force_add destroy
2901 insert remove name archname title slaying race decrease_ob_nr 2902 insert remove name archname title slaying race decrease_ob_nr
2902 2903
2903 cf::object::player 2904 cf::object::player
2904 player 2905 player
2905 2906
2912=cut 2913=cut
2913 2914
2914for ( 2915for (
2915 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y 2916 ["cf::object" => qw(contr pay_amount pay_player map force_find force_add x y
2916 insert remove inv name archname title slaying race 2917 insert remove inv name archname title slaying race
2917 decrease_ob_nr)], 2918 decrease_ob_nr destroy)],
2918 ["cf::object::player" => qw(player)], 2919 ["cf::object::player" => qw(player)],
2919 ["cf::player" => qw(peaceful)], 2920 ["cf::player" => qw(peaceful)],
2920 ["cf::map" => qw(trigger)], 2921 ["cf::map" => qw(trigger)],
2921) { 2922) {
2922 no strict 'refs'; 2923 no strict 'refs';
3279 # and maps saved/destroyed asynchronously. 3280 # and maps saved/destroyed asynchronously.
3280 warn "begin emergency player save\n"; 3281 warn "begin emergency player save\n";
3281 for my $login (keys %cf::PLAYER) { 3282 for my $login (keys %cf::PLAYER) {
3282 my $pl = $cf::PLAYER{$login} or next; 3283 my $pl = $cf::PLAYER{$login} or next;
3283 $pl->valid or next; 3284 $pl->valid or next;
3285 delete $pl->{unclean_save}; # not strictly necessary, but cannot hurt
3284 $pl->save; 3286 $pl->save;
3285 } 3287 }
3286 warn "end emergency player save\n"; 3288 warn "end emergency player save\n";
3287 3289
3288 warn "begin emergency map save\n"; 3290 warn "begin emergency map save\n";
3626 $AIO_POLL_WATCHER = Event->io ( 3628 $AIO_POLL_WATCHER = Event->io (
3627 reentrant => 0, 3629 reentrant => 0,
3628 data => WF_AUTOCANCEL, 3630 data => WF_AUTOCANCEL,
3629 fd => IO::AIO::poll_fileno, 3631 fd => IO::AIO::poll_fileno,
3630 poll => 'r', 3632 poll => 'r',
3631 prio => 6, 3633 prio => 0,
3632 cb => \&IO::AIO::poll_cb, 3634 cb => \&IO::AIO::poll_cb,
3633 ); 3635 );
3634} 3636}
3635 3637
3636my $_log_backtrace; 3638my $_log_backtrace;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines