run in multi cpu machine error

zhongzhen

Member
i finished a multi tier project(delphi corba),but middle tier(use direct oracle access) run in single
cpu machine is perfect,but run in multi cpu
always error,i want known the reason.
 
I'm afraid we will need a little bit more information to tackle this. What exactly is your application doing when the process is killed?

------------------
Marco Kalter
Allround Automations
 
the appliaction is midas application.
when one client get data from middletier it is no error.when two client get the same data(click the same menu),the middletier application is killed by windows server,no error hint.
 
I make a simple midas appliaciton.
The middle application has three doa control(orlcesession,oracledataset,provider ).
client application has a clientdataset control,when two user open the clinetdataset at the same time,the middletier application hint 'invalid address operate',like multi thread error.
so i put delphi control (database,table,provider) in the middletier application,there is no error happen when client get data.
so i think the doa control not fit mluti cpu machine.
 
I make a simple midas appliaciton.
The middle application has three doa control(orlcesession,oracledataset,provider ).
client application has a clientdataset control,when two user open the clinetdataset at the same time,the middletier application hint 'invalid address operate',like multi thread error.
so i put delphi control (database,table,provider) in the middletier application,there is no error happen when client get data.
so i think the doa control not fit mluti cpu machine.
 
Back
Top