Re: IS IT POSSIBLE TO MAKE VERY BIG PROGRAM (ERP) USING CLARION?
by zoransoskic@[EMAIL PROTECTED]
May 3, 2008 at 05:13 AM
> Yes, it's possible to have a program that big especially since you are
usi=
ng
> .DLLs. I think you need more RAM memory especially since your operating
> system is Vista (a memory hog) and you are using MS-SQL database which
can=
> also be a memory hog. I think you should migrate your app up to Clarion
6=
..3
> 9056 as well. It sounds like you might be having threading problems
causi=
ng
> your GPF's. You don't say whether the app is ABC or Clarion/Legacy
> templates or hand coded.
Thanks for answer. We put another 1 GB RAM on one machine and we have
a same problem.
Quantity of memory is not a problem.
We work with ABC templates.
Why do you suggest migration on Clarion 6.3? Do you think we have a
threading problem?
In .DCT we did not check option =91Open in Current Thread=92 on any
tables, also, problems we
have with program disappearing on start do not indicate threading
problems.