Plex 2E

 View Only
  • 1.  Ability to support asynchronous event processing.

    Posted Apr 27, 2015 05:34 AM

    Hello

     

    Would like plex to have the ability to support asynchronous event processing.

     

    we have a GUI application that calls a function that is executed by the ObRun's dispatch on a server; this function processes in a while thousands of records of the database and we need to send back to the user of the GUI feedback of the progress of this batch processing (e.g. number of database records processed each minute goes by);



  • 2.  Re: Ability to support asynchronous event processing.

    Posted Apr 27, 2015 08:44 AM

    We are using sometimes a C++ source code which calls winApi CreateProcess in replacement of WinExec. It enables information on thread progress.



  • 3.  Re: Ability to support asynchronous event processing.

    Posted Apr 28, 2015 08:57 AM

    Here's a link with some source code for CreateProcess that can be used in Plex - http://edge.plexinfo.net/?action=edge&forum=479&thread=25587#MessageId80202

     

    Crispin.