3

Is there any concept like multithreading in OpenEdge? If so, please give me a brief about it.

I want to create a snake game in OpenEdge. For that, the user has to control the object but once the application has started, no user interaction is available there.

jhrabi
  • 309
  • 2
  • 16
D_Animus
  • 43
  • 9

2 Answers2

5

Multi-threading is not available in Progress OpenEdge so far. There are many links about this. The following are two of them:

https://community.progress.com/community_groups/products_enhancements/i/openedge/add_support_for_multithreading_in_openedge

http://knowledgebase.progress.com/articles/Article/P73663

Austin
  • 1,237
  • 1
  • 11
  • 22
5

Asnyc AppServer calls is the closest you can get.

Mike Fechner
  • 6,627
  • 15
  • 17