Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Clipper > Re: Mediator an...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 3846 of 3904
Post > Topic >>

Re: Mediator and non-Clipper application

by dbyy@[EMAIL PROTECTED] Feb 21, 2008 at 04:07 AM

Correction:

....Since 2004 we're using Mediator with our Clipper applications and I
have to say that in my 30 years of IT development experience, I never
have
seen a tool that can keep up with the reliability and performance of
Mediator.
Congratulation to the folks at OTC. ...

Fred


On Feb 21, 6:55 am, d...@[EMAIL PROTECTED]
 wrote:
> Hi fellows,
>
> I know from few years back (2204/2005) that the Jacek/Bozena from OTC
> in Poland were frequent reader of this newsgroup and I hope they still
> are.
>
> Since 2004 we're using Mediator with our Clipper applications and I
> have to say Mediator this a middle I have to say that in my 30 years
> of IT development experience I never have seen a tool that can keep up
> with the reliability and performance of Mediator. Congratulation to
> the folks at OTC.
>
> Since 2004, more and more applications (PL/SQL and Delphi) in our
> corporation using the tables on Oracle in concurrency to Clipper.
> At the same time, some table size have grown significantly.
> Now we're facing the problem that we have more and more errors on
> "Unique key constraints violation".
> For the non-Clipper applications we implemented "BEFORE_INSERT"
> triggers to populate the next available RECNO sequence via "Select
> max(recno) from <TABLE>".
> On tables with more than 12 million rows this is getting more and more
> time consuming  and we have the suspicion that due to the execution
> time for this statement and the simultaneous use of RECNO inside of
> Mediator, we receiving the key constrain violation.
> We know that we could turn of the internal buffering of RECNO in
> Mediator, but this bring down the performance of all Clipper
> applications. And also we considered already the use "NEXTVAL" from
> Sequence for the triggers, But that doesn't solve the problem that
> Mediator has still the internal RECNO sequence.
>
> This is our dilemma; we need a high performance AND the reliability of
> a unique primary key.
>
> One idea during our brain storming session about this problem... If we
> could use a Oracle sequence for
> a) all Clipper apps and
> b) all non-clipper apps,
> we would have serialized the process to fetch the next value from the
> sequence (data dictionary related) AND the guarantee to have always a
> unique PK (RECNO) - What do you think about this idea?
>
> I hope some developers maybe had already the same problem and found a
> solution for the above described problem.
> And maybe the folks from OTC reading this posting as well.
>
> Looking froward to hear from you some feedback.
> Any replies are much appreciated.
>
> Fred




 3 Posts in Topic:
Mediator and non-Clipper application
dbyy@[EMAIL PROTECTED]   2008-02-21 03:55:31 
Re: Mediator and non-Clipper application
dbyy@[EMAIL PROTECTED]   2008-02-21 04:07:32 
Re: Mediator and non-Clipper application
"Bozena" <bo  2008-02-22 17:37:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 7:10:27 CDT 2008.