본문 바로가기

프로그램133

PHP 애플리케이션 워크로드 분배 웹 애플리케이션의 대부분이 표시되기는 하지만 그 가치와 경쟁력은 고유 서비스나 알고리즘에 의해 결정된다. 그러한 작업이 복잡하거나 오래 걸릴 경우에는 웹 서버가 수신 요청에 응답하지 못하는 상황이 발생하지 않도록 하기 위해 비동기적으로 처리하는 것이 효과적이다. 실제로 특히, 계산 작업이 많거나 전문화된 기능은 하나 이상의 전용 서버에서 최적의 성능을 발휘한다. 자주 사용하는 약어 API: Application programming interface HTTP: Hypertext Transfer Protocol LAMP: Linux, Apache, MySQL, and PHP PHP용 Gearman 라이브러리는 여러 시스템에 작업을 분배한다. Gearman은 작업을 큐에 저장하고 할당하는 역할을 수행하며 까.. 2010. 9. 1.
WinHex Hex Editor WinHex is a universal hex editor, particularly helpful in the realm of computer forensics, data recovery, low-level data editing. With WinHex you can view and hex edit the following: any kind of file, in particular binary files hard disks floppy disks CD-ROM & DVD (read-only) smart media, compact flash, memory sticks all other drive types accessible in Windows even your computer's RAM! The disk .. 2010. 7. 21.
PHP 5.2/5.3 unserialize() 보안버그 PHP 5.2/5.3 unserialize() 보안버그에 대한 분석 결과 공개 http://nibbles.tuxfamily.org/?p=1837#more-1837 5.2.13/5.3.2 까지 문제가 있다고 합니다. A patch was commited on PHP’s SVN a few days ago, but a new version has not been released yet. http://svn.php.net/viewvc?view=revision&revision=300843 2010. 7. 16.
설치프로그램 제작 (Program Installer) 1. 상용 인스톨러 - InstallShield http://www.installshield.com/ - InstallFactory http://www.installfactory.com/ - InstallFactory - 공개용, 버젼 2.70 2. 공개용 인스톨러 - NSIS ( Nullsoft Scriptable Install System ) http://nsis.sourceforge.net/ - Dia for Windows http://dia-installer.sourceforge.net/ - Inno Setup http://www.jrsoftware.org/isinfo.php 3. HM NIS EDIT: A Free NSIS Editor/IDE http://hmne.sourceforge.net/ .. 2010. 7. 15.
InstallShiled Express 환경변수 인스톨쉴드 환경변수 설정 System Configuration 메뉴에서 Registry를 클릭 후 아래 경로를 생성한다. 그리고 Environment를 클릭 후 오른쪽에 Destination computer's registry data에 등록할 NAME에는 환경변수명을 입력하고 Data에 경로 환경변수가 사용할 경로를 입력한다. 의 인스톨파일이 저장경로를 의미하며 은 Windows의 System 폴더를 의미한다. 출처 : http://blog.naver.com/godsfly 2010. 7. 7.
728x90