![]() |
|
|
|
|
|
|
2
27th July 20:29
External User
Posts: 1
|
Open Server is multi-threaded, but it uses a non-preemptive threading
model in versions 12.0 and below. In this model your thread must explicitly yield to let other threads run. In 12.5 you can set the PREEMPT flag and have a truly multi-threaded server. See the OpenServer docs for 12.0 for more details. Michael -- Michael Peppler Data Migrations, Inc. mpeppler@peppler.org http://www.mbay.net/~mpeppler Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or long term contract positions - http://www.mbay.net/~mpeppler/resume.html |
|
|
|
|
4
27th July 20:29
External User
Posts: 1
|
That the PREEMPT flag doesn't work in OpenServer 12.0. You need OpenServer
12.5 for this to work. Michael -- Michael Peppler Data Migrations, Inc. mpeppler@peppler.org http://www.mbay.net/~mpeppler Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or long term contract positions - http://www.mbay.net/~mpeppler/resume.html |
|