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.183 by root, Fri Jan 19 19:42:37 2007 UTC vs.
Revision 1.184 by root, Fri Jan 19 22:47:57 2007 UTC

1456 1456
1457 undef $MAP_PREFETCH{$path}; 1457 undef $MAP_PREFETCH{$path};
1458 $MAP_PREFETCHER ||= cf::async { 1458 $MAP_PREFETCHER ||= cf::async {
1459 while (%MAP_PREFETCH) { 1459 while (%MAP_PREFETCH) {
1460 for my $path (keys %MAP_PREFETCH) { 1460 for my $path (keys %MAP_PREFETCH) {
1461 warn "prefetching $path...\n";#d#
1462 my $map = find $path 1461 my $map = find $path
1463 or next; 1462 or next;
1464 $map->load; 1463 $map->load;
1465 1464
1466 delete $MAP_PREFETCH{$path}; 1465 delete $MAP_PREFETCH{$path};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines