Результаты поиска

  1. S

    Problems about ZP template for Web Scraping

    Hello, ZP Master! I tried to create a ZP template for Web Scraping. I found that one ZP Instance will spend a lot of RAM and create a Instance will spend some time. I have stored the originational urls in MySQL database. So I decide to use C# to hold the DB connection and fetch 1000...
  2. S

    I want to use a instance pool in OwnCode, but it seems not work

    I want to create a Instance pool and use them again and again and not close them. But seems not work. Anybody has suggestions? Thanks! Part of the C# code: Queue<Instance> zpInstanceQueue = CommonCode.ZPInstancePool(5); int index=0; string[]...