Harsh Shah
Harsh Shah
> Would async be a better approach? I am not sure about the performance (Ideally it should give some performance gain ), but if we make the clients async ,...
currently the two libraries which execute parellelism that i know of are 1. multiprocessing 2. threading . Both use pool resources , which are only beneficial when you have high...
@nabobalis , have drafted a tentative pr showing what changes i mean to do . The responses are too plain and generic , we can refine this , while also...
> How does this look to a user? Do you have examples of a user query and the return/output when you hit this code? right now i return this plain...
> > How does this look to a user? Do you have examples of a user query and the return/output when you hit this code? > > right now i...
> But this should only be for an error/warning. IF there are no results, an empty response seems to make the most sense to me. Yes , an empty response...
> I personally don't see the need for a warning if the server was fine but there are no results So this simplifies it , i'll raise a warning only...
> What about for the other clients that don't use the scraper? As of now , I was testing it using scraper dependent clients , for others clients I believe...
> What about for the other clients that don't use the scraper? Sorry for the long break @nabobalis . I think , for those clients that dont use the generic...
Let me start from the basics . There are a number of clients right now ... 1. The generic client based clients use the same search method from their base...