nanocoding

Shim (computing)

最終更新:

28096@mixi

- view
だれでも歓迎! 編集
In computer programming, a shim is a small library which transparently intercepts an API, changes the parameters passed, handles the operation itself, or redirects the operation elsewhere. Shims typically come about when the behavior of an API changes, thereby causing compatibility issues for older applications which still rely on the older functionality. In such cases, the older API can still be supported by a thin compatibility layer on top of the newer code. Shims can also be used for running programs on different software platforms than they were developed for.
[edit] Examples

One example was the support of AppleTalk on Macintosh computers during the brief period in which Apple Computer supported the Open Transport networking system. Thousands of Mac programs were based on the universal AppleTalk protocol; in order to support these programs, AppleTalk was re-implemented as an OpenTransport "stack", and then re-implemented as an API shim on top of this new library.

The Microsoft Windows Application Compatibility Toolkit (ACT) uses the term to mean backward compatibility libraries. Shims simulate the behavior of older versions of Windows for legacy applications that rely on incorrect or deprecated functionality, or correct the way in which poorly-written applications call unchanged APIs, for example to fix LUA bugs.[1]

Wine is a shim that allows running many Microsoft Windows applications on Linux, BSD, Solaris and Mac OS X based operating systems.
[edit]


  • 「nanocoding Shim」をタグに含むページは1つもありません。
showrss プラグインエラー: RSSが見つからないか、接続エラーです。
showrss プラグインエラー: RSSが見つからないか、接続エラーです。
showrss プラグインエラー: RSSが見つからないか、接続エラーです。
#ref_list

タグ:

+ タグ編集
  • タグ:
記事メニュー
ウィキ募集バナー