So I have been using selenium to make my scraping. BUT I want to change all the code to Scrapy. The only thing I'm no sure about is that I'm using multiprocessing (python library) to speed up my process. I have researched a lot but I quite don't get it. I have found: Multiprocessing of Scrapy Spiders in Parallel Processes but it doesn't help me because it says that it can be done with Twisted but I haven't found an example yet.
In other forums it says that Scrapy can work with multiprocessing.
Last thing, in scrapy the option CONCURRENT_REQUESTS
(settings) has some connection with multiprocessing?