Skip to content Skip to sidebar Skip to footer
Showing posts with the label Blocking

How To Write A Non-blocking If Statement In Node Js?

I have an if statement in php: if ( $isTrue && db_record_exists($id)) { ... } else { ... }… Read more How To Write A Non-blocking If Statement In Node Js?

Does JavaScript WebSocket.send Method Block?

If I'm sending a large Blob or ArrayBuffer over a JavaScript WebSocket via its send method... d… Read more Does JavaScript WebSocket.send Method Block?