Azure 서비스 는 현재 x64 환경에서 동작되고 있다.
그래서 컴파일이라든가, 구성하는 경우 종종 x64 관련 경고가 뜨게 된다.
가급적 개발 자체는 x64에서 하는 것이 좋다.

The Windows Azure development fabric and development storage are running on a 32-bit workstation. In the cloud, Windows Azure Hosted Services run in a 64-bit environment. The use of native code execution or .Net Full Trust features such as P/Invoke may require migration to 64-bit. See http://go.microsoft.com/fwlink/?LinkId=145047 for details.


다음과 같은 경우에는 조심해야 할 것같다.

Role 구성시 FastCGI를 사용하는 경우.
서브 프로세스를 생성하는 경우.
P/Invoke를 사용해서 내장 라이브러리를 호출하는 경우.

즉, 순수 .NET으로 구성하거나, 시스템과 직접적으로 부딛히는 경우가 없다면 전혀 신경 쓸 필요 없다는 사실.
x85이나 x64나... 뭐...



728x90

+ Recent posts