検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for buffered (0.006 sec.)
The parallel\Channel class 12794
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... l class The parallel\Channel class (0.9.0) Unbuffered Channels An unbuffered channel will block on calls ... l::recv() until there is a sender. This means an unbuffered channel is not only a way to share data among task ... but also a simple method of synchronization. An unbuffered channel is the fastest way to share data among tas ... ks, requiring the least copying. Buffered Channels A buffered channel will not block on call ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
プロセスごとのクライアントの統計を返す 10976
« mysqli_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセ ... d] => 0 [bad_index_used] => 0 [slow_queries] => 0 [buffered_sets] => 0 [unbuffered_sets] => 0 [ps_buffered_set ... s] => 0 [ps_unbuffered_sets] => 0 [flushed_normal_sets] => 0 [flushed_ps_ ... mal] => 0 [rows_fetched_from_server_ps] => 0 [rows_buffered_from_client_normal] => 0 [rows_buffered_from_clien ... t_ps] => 0 [rows_fetched_from_client_normal_buffered] => 0 [rows_fetched_from_client_normal_unbuffered] ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
クライアント接続に関する統計情報を返す 10858
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... d] => 0 [bad_index_used] => 0 [slow_queries] => 0 [buffered_sets] => 0 [unbuffered_sets] => 0 [ps_buffered_set ... s] => 0 [ps_unbuffered_sets] => 0 [flushed_normal_sets] => 0 [flushed_ps_ ... mal] => 0 [rows_fetched_from_server_ps] => 0 [rows_buffered_from_client_normal] => 0 [rows_buffered_from_clien ... t_ps] => 0 [rows_fetched_from_client_normal_buffered] => 0 [rows_fetched_from_client_normal_unbuffered] ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
Memory management 10622
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... and the various client APIs differentiate between buffered and unbuffered result sets. Unbuffered result sets ... he client as the client iterates over the results. Buffered results are fetched in their entirety by the clien ... ry consumption and is mostly noticeable when using buffered result sets. By default the MySQL Native Driver tr ... ies to avoid holding buffered results twice in memory. Results are kept only onc ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
Channel Construction 10252
« parallel\Channel parallel\Channel::make » PHP Manual parallel\Channel Channel Construction par ... \Channel::__construct () Shall make an anonymous unbuffered channel public parallel\Channel::__construct ( int ... $capacity ) Shall make an anonymous buffered channel with the given capacity パラメータ capacit ... uction , construct , capacity , public , Shall , unbuffered , int , buffered , given , パラメータ ...
https://man.plustar.jp/php/parallel-channel.construct.html - [similar]
Statement クラス 9764
« SqlStatementResult::nextResult Statement::__construct » PHP Manual Mysql_xdevapi Statement クラ ... nstants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* メソッド */ public getNextResult (): mysq ... \Statement::EXECUTE_ASYNC mysql_xdevapi\Statement::BUFFERED 目次 Statement::__construct — Statement のコンスト ...
https://man.plustar.jp/php/class.mysql-xdevapi-statement.html - [similar]
SqlStatement クラス 9410
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス Sq ... nstants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* プロパティ */ public $ statement ; /* メソ ... atement::EXECUTE_ASYNC mysql_xdevapi\SqlStatement::BUFFERED 目次 SqlStatement::bind — ステートメントのパラメー ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
Access 8198
« parallel\Channel::__construct parallel\Channel::open » PHP Manual parallel\Channel Access para ... el::make ( string $name ): Channel Shall make an unbuffered channel with the given name public parallel\Channe ... ring $name , int $capacity ): Channel Shall make a buffered channel with the given name and capacity パラメータ ...
https://man.plustar.jp/php/parallel-channel.make.html - [similar]
The EventBuffer class 8080
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... ibevent's "evbuffer", an utility functionality for buffered I/O. Event buffers are meant to be generally usefu ... l for doing the "buffer" part of buffered network I/O. クラス概要 class EventBuffer { /* Con ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
統計情報 8080
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... 必要があるSQL mysqli_report() 関数では記録できません buffered_sets Connection 通常の クエリで返された結果セットの ... HP の内部メモリ管理関数を使用していないからです! unbuffered_sets Connection 通常の(プリペアドステートメントでは ... ングされないAPI呼び出しの例: mysqli_use_result() ps_buffered_sets Connection プリペアドステートメントによって返 ... されるAPI呼び出しの例: mysqli_stmt_store_result ps_unbuffered_sets Connection プリペアドステートメントによって返 ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
PREV 1 2 3 NEXT