Je was op zoek naar: distributed shared memory (Engels - Japans)

Engels

Vertalen

distributed shared memory

Vertalen

Japans

Vertalen
Vertalen

Vertaal onmiddellijk teksten, documenten en gesprekken met Lara

Nu vertalen

Menselijke bijdragen

Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.

Voeg een vertaling toe

Engels

Japans

Info

Engels

shared memory

Japans

共有メモリ

Laatste Update: 2014-05-04
Gebruiksfrequentie: 3
Kwaliteit:

Referentie: Wikipedia

Engels

use shared memory

Japans

共用メモリを使用

Laatste Update: 2011-10-23
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

deleting shared memory block

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

writing to shared memory block

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

create a new shared memory block

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

image is too big for the shared memory segment

Japans

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

Laatste Update: 2011-10-23
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

failed to attach to shared memory segment %1

Japans

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

Laatste Update: 2011-10-23
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

the variable is still present in the shared memory.

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-23
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-23
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

"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

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia
Waarschuwing: Bevat onzichtbare HTML-opmaak

Engels

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.

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia

Engels

"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.

Japans

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

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Referentie: Wikipedia
Waarschuwing: Bevat onzichtbare HTML-opmaak

Krijg een betere vertaling met
8,945,029,217 menselijke bijdragen

Gebruikers vragen nu voor assistentie



Wij gebruiken cookies om u de best mogelijke ervaring op onze website te bieden. Door de website verder te gebruiken, geeft u toestemming voor het gebruik van cookies. Klik hier voor meer informatie. OK