검색어: 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,792,463,528 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인