JP2009252107A - 記録装置、ファイルディスクリプタ生成方法、プログラム - Google Patents
記録装置、ファイルディスクリプタ生成方法、プログラム Download PDFInfo
- Publication number
- JP2009252107A JP2009252107A JP2008101722A JP2008101722A JP2009252107A JP 2009252107 A JP2009252107 A JP 2009252107A JP 2008101722 A JP2008101722 A JP 2008101722A JP 2008101722 A JP2008101722 A JP 2008101722A JP 2009252107 A JP2009252107 A JP 2009252107A
- Authority
- JP
- Japan
- Prior art keywords
- virtual device
- file descriptor
- file
- socket
- kernel
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】 クライアントの仮想デバイスがあるプロセスによって既にオープンされているときに、別のプロセスからその仮想デバイスをオープンする場合に、そのプロセスのファイルディスクリプタを既存のカーネルファイル表をもとに再生成するsock_remap_fd()関数を実行する。すなわち、そのプロセスのプロセス表から未使用の番号のファイルディスクリプタを探し出し、プロセス表にそのファイルディスクリプタと、カーネルファイル表のソケット構造体(sock)へのインデックスが登録されたエントリへのインデックスとを結び付けて登録する。
【選択図】 図4
Description
PT1,PT2…プロセス表
1…ネットワーク
2…リムーバブルメディア
3…コンテンツ受信STB
4…外部AV機器
5…リモートユーザインタフェース
12…カーネルファイル表
13…ソケット構造体
100…記録装置
101…CPU
102…システムバス
103…ROM
104…RAM
105…入力操作部
106…AVインタフェース
107…HDD
108…ディスクドライブ
109…ネットワークインタフェース
210…NFE
220…IOP
211,221…カーネルモード・ドライバモジュール
212,222…第1の仮想デバイス
213.223…第2の仮想デバイス
214.224…第3の仮想デバイス
230…AVDEC
Claims (8)
- 記憶媒体へのアクセスをサービスとして実行するサーバと、
前記サービスを必要とするプロセスを有するクライアントと、
前記サーバと前記クライアントとの間でソケットを用いて通信を行うための仮想デバイスと、
前記クライアント内のプロセスが前記仮想デバイスをオープンするとき、前記仮想デバイスが既にオープンされているかどうかを判定する判定手段と、
前記仮想デバイスが既にオープンされている場合、既存のカーネルファイル表をもとに、前記ソケットを参照する前記プロセス用のファイルディスクリプタを再生成する再生成手段と
を具備する記録装置。 - 請求項1に記載の記録装置であって、
前記再生成手段は、前記プロセスのプロセス表において未使用の番号のファイルディスクリプタを探し出し、前記プロセス表に、前記ファイルディスクリプタと、前記カーネルファイル表にて前記仮想デバイスを既にオープンしているプロセスが参照する前記ソケットのデータ構造体へのインデックスが登録されたエントリへのインデックスとを結び付けて登録する記録装置。 - 請求項1または2に記載の記録装置であって、
前記プロセスが前記仮想デバイスをオープンするとき、カーネルのセマフォを操作して、他のプロセスからの前記仮想デバイスのオープンの許可制限を設定する手段を
さらに具備する記録装置。 - 請求項1または2に記載の記録装置であって、
前記仮想デバイスを既にオープンしているプロセスが、前記仮想デバイスをオープンしようとしているプロセスと同じプロセスまたは別のプロセスである記録装置。 - サービスを実行するサーバと、前記サービスを必要とするプロセスを有するクライアントとの間でソケットを用いて通信を行う仮想デバイスを、前記クライアント内のプロセスがオープンするとき、前記仮想デバイスが既にオープンされているかどうかを判定手段により判定し、
前記仮想デバイスが既にオープンされている場合、既存のカーネルファイル表をもとに、前記ソケットを参照する前記プロセス用のファイルディスクリプタを再生成手段により再生成する
ファイルディスクリプタ生成方法。 - 請求項5に記載のファイルディスクリプタ生成方法であって、
前記プロセス用のファイルディスクリプタを再生成するステップは、前記プロセスのプロセス表において未使用の番号のファイルディスクリプタを探し出し、前記プロセス表に、前記ファイルディスクリプタと、前記カーネルファイル表にて前記仮想デバイスを既にオープンしているプロセスが参照する前記ソケットのデータ構造体へのインデックスが登録されたエントリへのインデックスとを結び付けて登録する
ファイルディスクリプタ生成方法。 - 請求項5または6に記載のファイルディスクリプタ生成方法であって、
前記プロセスが仮想デバイスをオープンするとき、カーネルのセマフォを操作して、他のプロセスからの前記仮想デバイスのオープンの許可制限を設定する
ファイルディスクリプタ生成方法。 - 記憶媒体へのアクセスをサービスとして実行するサーバと、前記サービスを必要とするプロセスを有するクライアントとの間でソケットを用いて通信を行うための仮想デバイスを、前記クライアント内のプロセスがオープンするとき、前記仮想デバイスが既にオープンされているかどうかを判定する判定手段と、
前記仮想デバイスが既にオープンされている場合、既存のカーネルファイル表をもとに、前記ソケットを参照する前記プロセス用のファイルディスクリプタを再生成する再生成手段
としてコンピュータを動作させるプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008101722A JP4518177B2 (ja) | 2008-04-09 | 2008-04-09 | 記録装置、ファイルディスクリプタ生成方法、プログラム |
US12/418,680 US8073885B2 (en) | 2008-04-09 | 2009-04-06 | Recording apparatus, file descriptor generation method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008101722A JP4518177B2 (ja) | 2008-04-09 | 2008-04-09 | 記録装置、ファイルディスクリプタ生成方法、プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009252107A true JP2009252107A (ja) | 2009-10-29 |
JP4518177B2 JP4518177B2 (ja) | 2010-08-04 |
Family
ID=41164811
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008101722A Expired - Fee Related JP4518177B2 (ja) | 2008-04-09 | 2008-04-09 | 記録装置、ファイルディスクリプタ生成方法、プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8073885B2 (ja) |
JP (1) | JP4518177B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101948227B1 (ko) * | 2017-02-07 | 2019-02-15 | 주식회사 시큐아이 | 파일 디스크립터를 이용한 서비스 정보 제공방법 |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4518177B2 (ja) * | 2008-04-09 | 2010-08-04 | ソニー株式会社 | 記録装置、ファイルディスクリプタ生成方法、プログラム |
US9292373B2 (en) | 2013-03-15 | 2016-03-22 | International Business Machines Corporation | Query rewrites for data-intensive applications in presence of run-time errors |
CN106776063B (zh) * | 2016-11-29 | 2020-12-01 | 北京元心科技有限公司 | 移动终端、容器电话通讯功能实现方法及跨容器通信方法 |
US11843610B2 (en) * | 2020-01-09 | 2023-12-12 | Cisco Technology, Inc. | Providing multiple namespaces |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0887477A (ja) * | 1994-09-14 | 1996-04-02 | Nippon Telegr & Teleph Corp <Ntt> | サービス要求依頼方法 |
JPH10320220A (ja) * | 1997-03-28 | 1998-12-04 | Internatl Business Mach Corp <Ibm> | 記述子を転送する方法および装置 |
JP2000020328A (ja) * | 1998-06-26 | 2000-01-21 | Digital Vision Laboratories:Kk | 通信方法、分散処理装置とその方法、ネットワークシステムおよびノード装置 |
JP2003519872A (ja) * | 2000-01-13 | 2003-06-24 | エクスィジェント インターナショナル インコーポレイテッド | データ・マルチキャスト・チャネル |
JP2006127461A (ja) * | 2004-09-29 | 2006-05-18 | Sony Corp | 情報処理装置、通信処理方法、並びにコンピュータ・プログラム |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5335323A (en) * | 1987-01-05 | 1994-08-02 | Motorola, Inc. | Computer human interface with multiapplication display |
US20020178176A1 (en) * | 1999-07-15 | 2002-11-28 | Tomoki Sekiguchi | File prefetch contorol method for computer system |
US6766471B2 (en) * | 2000-12-28 | 2004-07-20 | International Business Machines Corporation | User-level checkpoint and restart for groups of processes |
US6961941B1 (en) * | 2001-06-08 | 2005-11-01 | Vmware, Inc. | Computer configuration for resource management in systems including a virtual machine |
US20070233880A1 (en) * | 2005-10-20 | 2007-10-04 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for enabling a consistent web browsing session on different digital processing devices |
US7523344B2 (en) * | 2006-05-08 | 2009-04-21 | Sun Microsystems, Inc. | Method and apparatus for facilitating process migration |
US7797576B2 (en) * | 2007-04-27 | 2010-09-14 | International Business Machines Corporation | Checkpoint of applications using UNIX® domain sockets |
US7685172B2 (en) * | 2007-04-27 | 2010-03-23 | International Business Machines Corporation | In-flight file descriptors checkpoint |
US7792983B2 (en) * | 2007-07-31 | 2010-09-07 | International Business Machines Corporation | Method and apparatus for checkpoint and restart of pseudo terminals |
JP4518177B2 (ja) * | 2008-04-09 | 2010-08-04 | ソニー株式会社 | 記録装置、ファイルディスクリプタ生成方法、プログラム |
-
2008
- 2008-04-09 JP JP2008101722A patent/JP4518177B2/ja not_active Expired - Fee Related
-
2009
- 2009-04-06 US US12/418,680 patent/US8073885B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0887477A (ja) * | 1994-09-14 | 1996-04-02 | Nippon Telegr & Teleph Corp <Ntt> | サービス要求依頼方法 |
JPH10320220A (ja) * | 1997-03-28 | 1998-12-04 | Internatl Business Mach Corp <Ibm> | 記述子を転送する方法および装置 |
JP2000020328A (ja) * | 1998-06-26 | 2000-01-21 | Digital Vision Laboratories:Kk | 通信方法、分散処理装置とその方法、ネットワークシステムおよびノード装置 |
JP2003519872A (ja) * | 2000-01-13 | 2003-06-24 | エクスィジェント インターナショナル インコーポレイテッド | データ・マルチキャスト・チャネル |
JP2006127461A (ja) * | 2004-09-29 | 2006-05-18 | Sony Corp | 情報処理装置、通信処理方法、並びにコンピュータ・プログラム |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101948227B1 (ko) * | 2017-02-07 | 2019-02-15 | 주식회사 시큐아이 | 파일 디스크립터를 이용한 서비스 정보 제공방법 |
Also Published As
Publication number | Publication date |
---|---|
US8073885B2 (en) | 2011-12-06 |
JP4518177B2 (ja) | 2010-08-04 |
US20090259634A1 (en) | 2009-10-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10735329B2 (en) | Container communication method and system for parallel applications | |
US11232160B2 (en) | Extensible and elastic data management services engine external to a storage domain | |
JP3344345B2 (ja) | 共有メモリ型ベクトル処理システムとその制御方法及びベクトル処理の制御プログラムを格納する記憶媒体 | |
TWI430102B (zh) | 網路卡資源配置方法、儲存媒體、及電腦 | |
TWI486878B (zh) | 用以經由處理程序間通訊共享資源之方法、裝置與電腦程式產品 | |
US20110125949A1 (en) | Routing packet from first virtual machine to second virtual machine of a computing device | |
US20150370582A1 (en) | At least one user space resident interface between at least one user space resident virtual appliance and at least one virtual data plane | |
JP2004078979A (ja) | プロセッサでのデータ処理方法及びデータ処理システム | |
JP2006127461A (ja) | 情報処理装置、通信処理方法、並びにコンピュータ・プログラム | |
US11792272B2 (en) | Establishment of socket connection in user space | |
JP4518177B2 (ja) | 記録装置、ファイルディスクリプタ生成方法、プログラム | |
WO2009097776A1 (zh) | 一种实现业务升级的系统、装置及方法 | |
US11880725B2 (en) | Establishment of queue between threads in user space | |
US9069592B2 (en) | Generic transport layer mechanism for firmware communication | |
WO2000073902A1 (en) | Single logical clipboard for multiple computers | |
WO2022271223A1 (en) | Dynamic microservices allocation mechanism | |
CN109783245B (zh) | 基于双系统共享内存的数据交互方法及系统 | |
JP4183712B2 (ja) | マルチプロセッサシステムにおいてプロセッサタスクを移動するデータ処理方法、システムおよび装置 | |
US20170041402A1 (en) | Method for transparently connecting augmented network socket operations | |
JP2005209206A (ja) | マルチプロセッサシステムにおけるデータ転送方法、マルチプロセッサシステム、及び、この方法を実施するプロセッサ | |
US20070288568A1 (en) | Message handling by a wrapper connected between a kernel and a core | |
Faraji et al. | Design considerations for GPU‐aware collective communications in MPI | |
US11252457B2 (en) | Multimedia streaming and routing apparatus and operation method of the same | |
US20100169271A1 (en) | File sharing method, computer system, and job scheduler | |
US11818173B2 (en) | Reducing memory footprint after TLS connection establishment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100120 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100209 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100405 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20100427 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100510 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130528 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |