I saved some cookie lines in the database consisting of cookie, site, but when I retrieve them, they don't come mixed—it always goes from the first to the second. I used this function for URLs, for accounts, and only here is it causing me problems. Where am I going wrong? Thanks.
@Roy-Mustang Вы были правы. У меня действительно были эмодзи в скрипте Node.js. После их удаления я смог нормально загрузить его на сервер. Большое спасибо!
When I try to login accounts after doing Parse Line when it writes the account to login from the .TXT file it doesn't work, it types this "<?xml version=1.0 encoding=UTF-8?>" instead of account details
It didn't happen before yesterday
Does anyone know how to fix it please?
Accounts are parsed like this USERNAME:PASSWORD, I'm using to login on Instagram
get some data
select by criteria db action, it gives u list
if length of that list > 0 it means record is in db already - continue. If its not there, then it adds.
its good way to do it but i think with many threads my I/O is on max and it gets kinda slow, but maybe im wrong and its something else slowing me.
i basically have such thing as i described above running 24/7 and cant speed it up for some reason nomatter how many threads I add.
CPU, memory, disk, is all ok on low usage, only I/O high
This all depends, is the data within the table long/a lot? 1million + with a high character rate?
Have you tried other Database actions and/or filters to minimize the search criteria?
Would an external MongoDB you set-up & configure yourself might change the I/O bottleneck?
External DB: http://wiki.bablosoft.com/doku.php?id=how_to_setup_mongodb_server