php - TCP_NODELAY with persistent socket? -


it seems can either persistent socket connection pfsockopen(), or normal socket connection socket_connect() using socket_set_option() set tcp_nodelay. there no way persistent socket connection tcp_nodelay.

is there way persistent socket connection tcp_nodelay in php?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -