検索ワード: distributed shared memory (英語 - 日本語)

コンピュータによる翻訳

人が翻訳した例文から、翻訳方法を学びます。

English

Japanese

情報

English

distributed shared memory

Japanese

 

から: 機械翻訳
よりよい翻訳の提案
品質:

人による翻訳

プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。

翻訳の追加

英語

日本語

情報

英語

shared memory

日本語

共有メモリ

最終更新: 2014-05-04
使用頻度: 3
品質:

参照: Wikipedia

英語

use shared memory

日本語

共用メモリを使用

最終更新: 2011-10-23
使用頻度: 1
品質:

参照: Wikipedia

英語

deleting shared memory block

日本語

例 1共有メモリブロックの削除

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

writing to shared memory block

日本語

例 1共有メモリブロックに書き込む

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

create a new shared memory block

日本語

例 1共有メモリブロックを新規に作成する

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

image is too big for the shared memory segment

日本語

共有メモリセグメントへの画像が大きすぎます

最終更新: 2011-10-23
使用頻度: 1
品質:

参照: Wikipedia

英語

failed to attach to shared memory segment %1

日本語

共有メモリセグメント %1 への添付に失敗

最終更新: 2011-10-23
使用頻度: 1
品質:

参照: Wikipedia

英語

the variable is still present in the shared memory.

日本語

shm_get_var() は、 指定した variable_key を有する変数を読みこみます。 その変数はまだ共有メモリに存在します。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

%1 could not reserve shared memory segment of requested size.

日本語

%1 は要求したサイズの共有メモリを確保できませんでした。

最終更新: 2011-10-23
使用頻度: 1
品質:

参照: Wikipedia

英語

shmop_close() is used to close a shared memory block.

日本語

shmop_close() は共有メモリブロックを閉じるために 使用されます。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

this example opened a shared memory block with a system id of 0x0fff.

日本語

この例は、システムid 0x0fff の共有メモリブロックをオープンします。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

this module provides also shared memory functions using system v shared memory.

日本語

セマフォは、マシーン上のリソースへの排他的アクセス機能や、 同時にあるリソースを使用することができるプロセスの数を制限するために 使用することができます。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

it includes semaphores, shared memory and inter-process messaging (ipc).

日本語

このモジュールは、system v ipc関連の関数へのラッパーを提供します。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

remember, that shared memory still exist in the unix system and the data is still present.

日本語

shm_detach() は、 shm_attach() で作成され、 指定した shm_identifier を有する共有メモリ への接続を閉じます。 共有メモリは、まだ unix システム上に存在しており、 データはまだ存在するということを覚えておいて下さい。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

the top section shows you the total physical memory, total free physical memory, shared memory, and buffered memory.

日本語

上のセクションは、総物理メモリ、空き物理メモリ、共有メモリ、バッファメモリの量を表示しています。

最終更新: 2011-10-23
使用頻度: 1
品質:

参照: Wikipedia

英語

on success shmop_open() will return an id that you can use to access the shared memory segment you've created.

日本語

注意 注意: 既存のメモリセグメントをオープンする場合には、3番目および 4番目の引数には0を指定する必要があります。成功時に shmop_open() は作成した共有メモリセグメントに アクセスするために使用するidを返します。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

this example will write data inside $my_string into shared memory block, $shm_bytes_written will contain the number of bytes written.

日本語

この例は、共有メモリブロックに $my_string 内のデー タを書き込みます。 $shm_bytes_written には、書 き込んだバイト数が代入されます。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

"c" for create (sets ipc_create) use this flag when you need to create a new shared memory segment or if a segment with the same key exists, try to open it for read and write

日本語

shmop_open() は次の4つの引数をとります: keyは共 有メモリブロックのシステムidであり、このパラメータは10進数または 16進数で指定することが可能です。2番目のパラメータは flagsであり、 次のものを指定可能です。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia
警告:見えない HTML フォーマットが含まれています

英語

it might be more appropiate to use a shared memory based filesystem (such as tmpfs on solaris / linux, or / dev / md on bsd) to store sessions in files, because they are properly locked.

日本語

注意 オプションで、ralf s. engelschallにより開発されたセッションの保 存用の共有メモリ(mm)を使用することも可能です。 mm をダウンロードし、インストールす ることができます。このオプションは、windowsプラットフォームでは 利用できません。

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia

英語

"n" create a new memory segment (sets ipc_create_bar_ipc_excl) use this flag when you want to create a new shared memory segment but if one already exists with the same flag, fail.

日本語

"a" アクセス用 (ipc_exclを設定する) 既存の共有メモリセグメントをオープンする必要がある場合にこのフ ラグを使用して下さい

最終更新: 2011-10-24
使用頻度: 1
品質:

参照: Wikipedia
警告:見えない HTML フォーマットが含まれています

人による翻訳を得て
7,747,311,677 より良い訳文を手にいれましょう

ユーザーが協力を求めています。



ユーザー体験を向上させるために Cookie を使用しています。弊社サイトを引き続きご利用いただくことで、Cookie の使用に同意していただくことになります。 詳細。 OK