multithread

  1. ToddC

    Using a Multi-threaded DLL

    I'm writing a DLL in C# for Openedge (Webspeed) to use and I'm wondering if I can write my DLL to be multi-threaded or not. I know Openedge (at least 11.7) does not support multi-threading .NET calls but if I have a startup routine in my DLL that then spins off multi-threading to load some...
  2. B

    MultiThread

    Hi everyone, While working and developping more and more with progress, something came to me. When I have a huge request on Win's starting the window go on a no responding by windows. So is it possible to run the windows on a thread and all the querry work/calcul/process on another thread ...
Top