「Process」を含む例文一覧(50000)

<前へ 1 2 .... 793 794 795 796 797 798 799 800 801 .... 999 1000 次へ>
  • A limitation of the Linux system call conventions on some architectures (notably i386) means that if a (negative) process group ID to be returned by F_GETOWN
    いくつかのアーキテクチャ (特に i386) における Linux システムコールの慣習のため以下の制限が存在する。 - JM
  • Linux 2.6.12 and later require the effective user ID of the caller to match the real or effective user ID of the process who.
    Linux 2.6.12 以降では、呼び出し元の実行 UID がプロセス whoの実 UID か実効 UID のいずれかと一致する必要がある。 - JM
  • The maximum number of processes (or, more precisely on Linux, threads) that can be created for the real user ID of the calling process.
    呼び出したプロセスの実ユーザー ID で作成できる最大プロセス数(より正確には Linux ではスレッド数)。 - JM
  • It encrypts the DES keys with the public key of the server and the secret key associated with the effective UID of the calling process.
    サーバの公開鍵と、呼び出し元プロセスの実効 UID に対応する秘密鍵でDES 鍵を暗号する。 - JM
  • can be used to determine whether a key has been set for the effective UID of the calling process.
    は、呼び出し元プロセスの実効 UID に対して鍵が設定されているかどうかを調べるために使用される。 - JM
  • If the calling process tries to access memory in a manner that violates the protection, then the kernel generates a SIGSEGV
    呼び出し元のプロセスがアクセス保護に違反するようなメモリアクセスを行おうとすると、カーネルはシグナルSIGSEGV - JM
  • A process can request asynchronous notification of the arrival of a message on a previously empty queue using mq_notify (3).
    を使うことで、空のキューへのメッセージ到着を非同期で通知するように要求することもできる。 - JM
  • T} Setting the active flag word is a privileged operation, but any process may read it.
    T}acitive フラグワードの設定は特権が必要な操作である。 しかし読み出しはどんなプロセスからも可能である。 - JM
  • nor any subsequent operations on the file descriptor which is returned will cause the calling process to wait.
    も、返したファイル・ディスクリプタに対する以後のすべての操作も呼び出したプロセスを待たせることはない。 - JM
  • on the resulting file descriptor will block the calling process until the data has been physically written to the underlying hardware.
    を行うと、必ず呼び出したプロセスをブロックし、該当ハードウェアに物理的に書き込まれるまで返らない。 - JM
  • to create a child process; the child inherits a duplicate set of file descriptors that refer to the same pipe.
    で子プロセスを生成する。 子プロセスは同じパイプを参照するファイルディスクリプタ集合のコピーを継承する。 - JM
  • If this option is in effect (as it always is under POSIX.1-2001) then a process has a saved set-user-ID and a saved set-group-ID.
    このオプションが有効な場合 (POSIX.1-2001 では常に有効)、プロセスは保存 (saved) set-user-ID と保存 set-group-ID を持つ。 - JM
  • minflt %lu The number of minor faults the process has made which have not required loading a memory page from disk.
    minflt %luプロセスが引き起こしたマイナーフォールト (minor fault、ディスクからメモリページへのロードを必要としないフォールト) の回数。 - JM
  • majflt %lu The number of major faults the process has made which have required loading a memory page from disk.
    majflt %luプロセスが引き起こしたメジャーフォールト (major fault、ディスクからメモリページへのロードを必要とするフォールト) の回数。 - JM
  • utime %lu Amount of time that this process has been scheduled in user mode, measured in clock ticks (divide by sysconf(_SC_CLK_TCK) . This includes guest time, guest_time (time spent running a virtual CPU, see below), so that applications that are not aware of the guest time field do not lose that time from their calculations.
    utime %luプロセスのユーザーモードでの実行時間 (単位 jiffies [訳注: 1/100秒単位])。 - JM
  • The core dump is owned by the file system user ID of the dumping process and no security is applied.
    コアダンプファイルの所有者は、ダンプを行うプロセスのファイルシステム UIDとなり、セキュリティ上の考慮は行われない。 - JM
  • LinuxThreads does not support the notion of process-directed signals: signals may only be sent to specific threads.
    LinuxThreads はプロセスに送られるシグナルの概念に対応しておらず、シグナルは特定のスレッドにだけ送ることができる。 - JM
  • On Linux this means pathname is currently used as a mount point or is the root directory of the calling process.
    Linux では、pathnameがマウントポイントとして使用されているか、呼び出したプロセスのルートディレクトリであることを意味する。 - JM
  • The scheduler is the kernel component that decides which runnable process will be executed by the CPU next.
    スケジューラ (scheduler) とはカーネルの構成要素で、次に CPU で実行される実行可能なプロセスを決定するものである。 - JM
  • All open named semaphores are automatically closed on process termination, or upon execve (2).
    オープンされたすべての名前付きセマフォは、プロセス終了時、もしくはexecve (2) 実行時に自動的にクローズされる。 - JM
  • signal that is generated if the space available for the normal process stack is exhausted: in this case, a signal handler for SIGSEGV
    SIGSEGV はプロセスの通常のスタックが利用できる空間が使い果たされた際に生成されるシグナルである。 - JM
  • may have already disappeared when the process reacts to the signal.
    の原因となった状態は、プロセスがそのシグナルへの対応を行ったときには消えてしまっているかもしれない。 - JM
  • If the given tty was the controlling tty of the calling process, give up this controlling tty.
    指定された端末が呼び出し元のプロセスの制御端末である場合、この制御端末を放棄する。 - JM
  • allows a process to disassociate parts of its execution context that are currently being shared with other processes.
    を使うと、プロセスは他のプロセスと現在共有している実行コンテキストの一部を分離することができる。 - JM
  • returns true if the child process was stopped by delivery of a signal; this is only possible if the call was done using WUNTRACED
    子プロセスがシグナルの配送により停止した場合に真を返す。 これが真になるのは、システムコールがWUNTRACED - JM
  • In the Linux kernel, a kernel-scheduled thread is not a distinct construct from a process.
    Linux カーネルでは、カーネルによってスケジュールされるスレッドはプロセスと明確に区別できる構成要素ではない。 - JM
  • Each of these tools plays a role in the configuration and usage of templates in the UML code generation process.
    これらの各ツールは、UML コード生成プロセスでのテンプレートの構成と使用のための役割を果たします。 - NetBeans
  • However, the UML code generation process uses only the templates that are listed in the UML/Code Generation folder and its subfolders
    ただし、UML コード生成プロセスでは、UML/Code Generation とそのサブフォルダに一覧表示されるテンプレートのみが使用されます。 - NetBeans
  • The Generate Code process will now identify the Calculator element, to maps it to the Stateless domain template.
    コードの生成プロセスで Calculator 要素が認識されるようになったため、これを Stateless ドメインテンプレートにマッピングします。 - NetBeans
  • To make the process of starting up the IDE more convenient, the installationincludes launchers for several platforms.
    IDE の起動が簡単に行えるよう、いくつかのプラットフォーム用のインストーラには起動ツールが付属しています。 - NetBeans
  • In the Projects window, expand the HelloSample project node, right-click the ProcessFiles node and choose New BPEL Process.
    「プロジェクト」ウィンドウで「HelloSample」プロジェクトノードを展開して「プロセスファイル」ノードを右クリックし、「新規」「BPEL プロセス」を選択します。 - NetBeans
  • Finally, the Travel Reservation Service passes the completed itinerary back to the original client, completing the process.
    最後に、旅行予約サービスは完成した旅行日程を当初のクライアントに返信し、プロセスを完了します。 - NetBeans
  • Like any web service, a BPEL process has a companion WSDL file that describes its public interface.
    あらゆる Web サービスと同様に、BPEL プロセスは、公開インタフェースを記述した、関連する WSDL ファイルを持っています。 - NetBeans
  • If the current activity has any enclosed elements, the process will step to the first enclosed element.
    現在のアクティビティー内に要素が含まれている場合、プロセスは最初に含まれている要素まで進みます。 - NetBeans
  • You are free to modify the sample business process and or add additional BPEL processes to the BPEL Module.
    サンプルのビジネスプロセスを変更するか、BPEL モジュールに追加の BPEL プロセスを追加するか、またはこの両方ができます。 - NetBeans
  • By default, the Property Chooser dialog box only shows those files that have already been referenced in the process.
    デフォルトでは、「プロパティーの選択」ダイアログには、すでにプロセスで参照されたファイルだけが表示されます。 - NetBeans
  • Message type variables are used to hold data in interactions between the process and its partner services.
    メッセージ型変数は、プロセスとそのパートナーサービス間との対話でのデータを保持するために使用されます。 - NetBeans
  • Now you can run a test case and monitor the execution of the BPEL process until it stops or reaches a breakpoint.
    これで、テストケースを実行し、BPEL プロセスが停止するかブレークポイントに到達するまで実行を監視できます。 - NetBeans
  • Breakpoints are used to instruct the BPEL Debugger to stop execution at the specified place of a BPEL process.
    ブレークポイントを使用して、BPEL デバッガに、BPEL プロセス内の指定した場所で実行を停止するよう指示します。 - NetBeans
  • As the process advances, the colors and icons for the activities on the diagram are updated to reflect the execution progress.
    プロセスが進むと、実行の進捗を反映して、図の中でアクティビティーの色やアイコンが更新されます。 - NetBeans
  • This means editing the process WSDL file and adjusting the soap:address location attribute so that there is no conflict.
    これは、プロセスの WSDL ファイルを編集して、衝突しないように「soap:address location」属性を調整することを意味します。 - NetBeans
  • The process of binding properties actually links the value of the component property to the value of a bean property.
    プロパティーをバインドすることで、実際にはコンポーネントプロパティーの値が、Bean プロパティーの値に関連付けられます。 - NetBeans
  • When you do this,you are simplifying the process by which client applicationsaccess RESTful web services.
    これを実行すると、RESTful Web サービスにアクセスするクライアントアプリケーションを指定することで、処理が簡略化されます。 - NetBeans
  • This parameter has no effect when you attach the debugger to an already running process.
    すでに実行しているプロセスに対してデバッガを割り当てる場合には、このパラメータは何の働きもしません。 - NetBeans
  • TONER FOR ELECTROSTATIC CHARGE IMAGE DEVELOPMENT AND METHOD FOR MANUFACTURING THE SAME, TONER CARTRIDGE, PROCESS CARTRIDGE, AND IMAGE FORMING APPARATUS
    静電荷像現像用トナー及びその製造方法、トナーカートリッジ、プロセスカートリッジ、並びに画像形成装置 - 特許庁
  • RECYCLED TONER CLASSIFYING DEVICE, AND PROCESS CARTRIDGE, AUTOMATIC TONER SUPPLY DEVICE AND IMAGE FORMING DEVICE EQUIPPED THEREWITH
    リサイクルトナー分級装置及びそれを備えたプロセスカートリッジ、トナー自動供給装置及び画像形成装置 - 特許庁
  • RECOVERED TONER CLASSIFYING DEVICE, AND PROCESS CARTRIDGE, TONER SUPPLY DEVICE AND IMAGE FORMING DEVICE EQUIPPED WITH RECOVERED TONER CLASSIFYING DEVICE
    回収トナー分級装置及びそれを備えたプロセスカートリッジ、トナー供給装置及び画像形成装置 - 特許庁
  • A process exhaust gas is sampled and a component thereof is analyzed by a Fourier-transform spectroscope (FT-IR) 26.
    プロセス排気ガスを採取してその成分をフーリエ変換分光器(FT−IR)26により分析する。 - 特許庁
  • A precursor typically changes state from a solid to a gas (vapor) through a sublimation process in a chamber.
    前駆体は、典型的には、チャンバ内の昇華プロセスによって固体からガス(蒸気)に状態を変える。 - 特許庁
  • METHOD AND DEVICE FOR COATING STARTER ELEMENT USED FOR COMBUSTION PROCESS OF INTERNAL COMBUSTION ENGINE
    内燃機関における燃焼過程に用いられる始動エレメントを被覆するための方法および装置 - 特許庁
<前へ 1 2 .... 793 794 795 796 797 798 799 800 801 .... 999 1000 次へ>

例文データの著作権について