Threading not working properly

Posted by LegacyUser on 19-Nov-2008 07:10

Dear All,

I am trying to run a code in OE 10.2a to simulate threading similar to .Net.

But I am not required outputs as in case of .Net.

Pl suggest if any special considerations are there for implementing MultiThreading in OE10.2a.

Thanks and regards.

Sharad

All Replies

Posted by Thomas Mercer-Hursh on 19-Nov-2008 11:04

ABL is not multi-threaded so I don't know what you expect.

http://www.oehive.org/MultiThread

Posted by Admin on 19-Nov-2008 13:27

Check page 2-3 of the "OpenEdge Development: GUI for .NET Programming" PDF

"You cannot use an instance of System.Threading.Thread or any class derived from it."

"Not supported—the AVM is single threaded."

Please explain, what you want to "simulate threading"!

This thread is closed