Igor Lugis
Igor Lugis
Hi, first of all, thanks for the nice lib. for example, we have code like this: ``` html This is some text First span text Second span text ``` We...
https://dev.mysql.com/doc/refman/8.0/en/innodb-locking-reads.html Now we have to use RAW queries for this. What do you think about adding this to pixie?
This is the quote from here: https://github.com/Athlon1600/SerpScraper/blob/78c0f671f3e2cb213616bc4e6f28dbc80223a021/src/Browser.php#L17 I assume it bans IPv6 faster? What if you have a subnet of /48?
Can you please share a link to example of async dns query loop of 500 domains for example. Of course, simply changing `Dns\resolve($domain)` in `/examples/benchmark.php` to: ``` $host = Amp\Future\awaitFirst([...