| rcgi. RCGI는 원격 CGI 분산 처리 클래스입니다. |
지금 다운로드 |
rcgi. 순위 및 요약
- 특허:
- Perl Artistic License
- 게시자 이름:
- Brian H. Dunford-Shore and David J. States
- 게시자 웹사이트:
- http://search.cpan.org/~brian/RCGI-1.20/RCGI.pm
rcgi. 태그
rcgi. 설명
RCGI는 원격 CGI 분산 처리 클래스입니다. RCGI는 원격 CGI 분산 처리 클래스입니다 .Synopsis 사용 RCGI; @Result = invoke ( 'JobOne', @ 인수); $ result = invoke ( 'jobtwo', @ 인수); $ REMOTE_SUBROUTINE = 새로운 RCGI ($ base_url, $ library_path, $ 모듈, $ 서브 루틴); @my_result = $ REMOTE_SUBROUTINE-> 호출 (@Arguments); if ($ remote_subroutine-> success ()) {print @my_result, '; } else {print stderr "호출". $ remote_subroutine-> base_url (). "상태로 실패했습니다." $ remote_subroutine-> status (). '' $ remote_subroutine-> error_message (). "N"; } $ REMOTE_SUBROUTINE-> ASYNC (1); $ remote_subroutine-> wanterray (1); $ remote_subroutine-> 호출 (@Arguments); while (! $ remote_subroutine-> done ()) {# 이것은 실제로 다른 서버에 대한 호출과 같은 유용한 것입니다! 수면 1; } @my_result = $ remote_subroutine-> read (); if ($ remote_subroutine-> success ()) {print @my_result, '; } else {print stderr "호출". $ remote_subroutine-> base_url (). "상태로 실패했습니다." $ remote_subroutine-> status (). '' $ remote_subroutine-> error_message (). "N"; } $ result = rcgi :: run_cgi_command ($ bash_url, % cgi_form, method => $ method, username => $ username, password => $ password, timeout => $ timeout, user_agent => $ user_agent, nph => $ bool_nph ); # CGI 스크립트 ($ cgi_form, % 옵션) = rcgi :: process_parameters (새 CGI); $ result = rcgi :: run_cgi_command ($ base_url, $ cgi_form, % 옵션); 요구 사항 : · Perl.
rcgi. 관련 소프트웨어