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

  1. S

    Data leaking across threads

    I make my projects in Code Creator, so I can fix this but for those who don't this could be a problem for Project maker also. I notice that when I make projects with the record function it automatically declares the classes as internal and then the methods as public. This means that any...
  2. S

    Converting v3 code creator project to Zenno v5

    I've already logged a support request for some errors I have come across. I am listing here some items that I have uncovered in my own analysis hoping that it might also help someone else and that hopefully the zenno team can implement fixes when converting these files in future builds. *...
  3. S

    Thread Locking

    ZP crashes when threads/instances try and write to a file or DB at teh same time. This can be tested by launching over 100 threads and timing them to all execute a write at the same time. In code creator this is resolved by implementing thread locking - I am surprised that each instance...
  4. S

    Add/Remove items in teh task list in ZP from code creator or template

    I would like to have a feature where I can define criteria that causes a task to be removed from ZP. For example I have 1000 threads running, scraping data from a URL list/File/DB When my program reaches the end of the list it would be good to remove the task from ZP, if there are multiple...
  5. S

    Helpful code snippets

    Thought I would start a thread that contains some quick snippets of code that may benefit others . Most of the stuff I have come across isn't in the help files, or forums, or sometimes anywhere so I hope this helps someone
  6. S

    Inititating session from file or database

    Hi guys, I'm wondering if someone can help me figure out how to run a session based on an input from a web site. For example, lets say I have a site that gets prices of airfares from airline a, airline b and airline c. The user would go to my site and enter the dates for their flights and other...
  7. S

    Templates in C#

    Hi guys, Is there anyone out there who can create templates in c#? I've got a few sites that I need done - very customised work. Basically needs to read from file, use this data to post to site, navigate through site and copy information from the site into a text file. Let me know if your...