Microsoft MVP성태의 닷넷 이야기
Windows: 25. Multiple Input Queues [링크 복사], [링크+제목 복사],
조회: 21428
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

Multiple Input Queues


2007년 3월 호 MSDN Magazine의 "BugSlayer" 편을 보면, 다음과 같은 흥미로운 이야기가 나옵니다.

"
In my 14 years of Windows development, the absolute best demo I've ever seen was at the Longhorn Professional Developer's Conference (PDC) in 2003. While sessions on Windows® Presentation Foundation and the Visual Studio® 2005 betas excited many attendees, the program manager for Active Accessibility® got the only standing ovation that I've ever seen at a technical conference. He demonstrated a build of "Longhorn," which is now Windows Vista™, that allowed separate input queues for a GUI application. His demo was playing Solitaire in the foreground while a Microsoft® .NET-based application using the underlying automation APIs from Active Accessibility added and removed hardware devices from Device Manager in the background! He even clicked around in the Device Manager and all input was ignored because the controller program had complete control of that input queue.
"



하지만,,, 아쉽게도 다음과 같은 이야기가 뒤따라 옵니다.

"
As I was working on this column, Windows Vista was released to manufacturing. Sadly, the multiple input queues feature that garnered such great applause didn't make it to the final release.
"



물론, 현재도 SendMessage 유의 함수를 이용해서 background에 있는 응용 프로그램을 어느 정도 제어할 수 있겠지만, 완벽하지는 않지요! 현재 (제가 알고 있는 한에서는), 키를 전달할 수 있는 가장 이상적인 방법은 keybd_event를 이용하는 것입니다. 하지만, 이것은 현재 "활성화 중인 윈도우"에만 전달이 될 뿐 background로 실행 중인 프로그램에는 영향을 줄 수가 없습니다. (마우스 키 전달도 마찬가지이고.)

아마도, 위의 데모에 의하면, keybd_event같은 함수가 비활성화된 윈도우에도 전달될 수 있는 입력 큐를 구현하는 것으로 보입니다.

어쨌든... 아쉽게 되었습니다. 그런 훌륭한 기능이 Vista에 구현되지 않았으니... 일단은 "진정한 UI 자동화"에 대해서는 다음 OS로 넘어가야 할 것 같습니다. 혹시나 싶어서, "Windows Server 2008"에서의 구현 여부에 대해서 위의 토픽의 저자인 "John Robbins"에게 메일로 문의를 했더니... 별로 희망적이지 않은 다음과 같은 답변이 왔습니다.

"
Sadly, I have no influence at Microsoft so don't know when the multiple input queue feature will be released. As far as I'm concerned, it can never be soon enough. I promise to keep requesting it inside Microsoft until it's fixed. :)
"



Thanks John. :)




[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 4/10/2022]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 196  [197]  198 
NoWriterDateCnt.TitleFile(s)
47정성태11/14/200519615VS.NET IDE: 7. 한글 OS에서 Internet Explorer 6.0 with SP1의 UI 언어 바꾸는 방법
45정성태1/26/200419094기타: 4. MCAD 시험
44정성태1/26/200419917VS.NET IDE: 6. 터미널 서비스 포트 변경 ( 서버 및 클라이언트 )
46정성태1/26/200425016    답변글 VS.NET IDE: 6.1. Windows 2003 터미널 서비스 라이센스 서버 없이 접속
114정성태11/14/200516406    답변글 VS.NET IDE: 6.2. [터미널 서버 라이센스] : 활성화 시 오류
43정성태12/23/200319773기타: 3. XP/2003 개인 방화벽 설정파일 다운로드1
40정성태7/23/200323311COM 개체 관련: 10. IE BHO 개체를 개발할 때, 인터넷 익스플로러가 아닌 탐색기에서 활성화 되는 문제 해결 [1]
41김성현7/24/200321930    답변글 COM 개체 관련: 10.1. [답변]: IE BHO 개체를 개발할 때, 인터넷 익스플로러가 아닌 탐색기에서 활성화 되는 문제 해결
42정성태7/29/200319794        답변글 COM 개체 관련: 10.2. feedback 을 받기 위해서 답변 기능을 가능하게 해두었습니다.
39정성태7/17/200325582VS.NET IDE: 5. 원격 제어 3가지 방법
38정성태7/17/200322000.NET Framework: 8. IIS 서버 재설치와 ASP.NET 서비스의 문제점
36정성태7/17/200322735.NET Framework: 7. 시행착오 - WebService 참조 추가 오류
35정성태7/17/200323294.NET Framework: 6. Win2000에서의 .NET COM+ 자동 등록 오류 발생 해결
34정성태7/17/200321975VS.NET IDE: 4. VC++ 원격 디버깅파일 다운로드1
33정성태7/17/200322259VS.NET IDE: 3. Win2000 NAT 서비스
32정성태7/17/200323473COM 개체 관련: 9. _bstr_t, CComBSTR, string 클래스 사용 [1]
31정성태7/17/200320508COM 개체 관련: 8. IDL 구문에서 구조체를 pack 하는 방법
30정성태7/17/200337945VC++: 7. [STL] vector 사용법 및 reference 사용예 [1]파일 다운로드1
28정성태7/17/200322222스크립트: 3. Programming Microsoft Internet Explorer 5 - CHM 파일
29정성태7/17/200321731    답변글 스크립트: 3.1. Programming Microsoft Internet Explorer 5 - 소스코드
27정성태7/17/200320588COM 개체 관련: 7. HTML Control에서 DELETE, 화살표 키 등이 안 먹는 문제
26정성태7/17/200321702COM 개체 관련: 6. WebBrowser 콘트롤에서 프레임을 구하는 소스
25정성태7/17/200319273COM 개체 관련: 5. C++ Attributes - Make COM Programming a Breeze with New Feature in Visual Studio .NET [2]파일 다운로드1
24정성태7/17/200323033.NET Framework: 5. (MHT 변환해서 가져온 글) .NET 의 COM+ 서비스 사용파일 다운로드1
23정성태7/17/200326652.NET Framework: 4. webservice.htc - HTML Script에서도 웹서비스 엑세스 [2]파일 다운로드1
22정성태7/17/200321200.NET Framework: 3. .NET Framework SDK 퀵 스타트 자습서
... 196  [197]  198