# ... my $pid = fork; if( $pid ) { $self->call_long_lasting_method; exit; } $self->send_output_back_to_browser_and_reload_until_child_is_finished;