Problems with the processing speed

  • Follow


My first post to cpt.

I have some problems with a binary. This binary depends on corba
implementation (ace) for asynchronous programming. When deployed in a
environment that has much higher processing speeds, this binary is not
working properly. Debug version of this binary works fine in any
environments. What problem, we could possibly expect from this
scenario?

0
Reply vijayakumar.subburaj (55) 7/9/2007 8:09:25 AM

On Jul 9, 1:09 am, v4vijayakumar <vijayakumar.subbu...@gmail.com>
wrote:

> I have some problems with a binary. This binary depends on corba
> implementation (ace) for asynchronous programming. When deployed in a
> environment that has much higher processing speeds, this binary is not
> working properly. Debug version of this binary works fine in any
> environments. What problem, we could possibly expect from this
> scenario?

It could be almost anything. It's hard to give you any good tips or
suggestions based just on this. The most important piece of
information you left out is what "not working properly" means. Does it
crash? Does it give incorrect results?

With just the information you've given, my best suggestion would be to
investigate intermediate builds between your debug and release builds.
It is compiler optimization level? Logging code? Code that
conditionally compiles in one build and not the other?

You should be able to bisect into the smallest possible difference
between working and not working code.

Note that just because you see the problem in an environment that
processes much faster doesn't mean that the faster processing is the
reason for the problem. If you know for a fact that it's the
processing speed that's the cause, details about how you know this
might be very helpful.

What are all the differences between your debug and release builds?
(Compile options, library builds, code that conditionally compiles,
extra asserts, and so on.)

DS

0
Reply David 7/9/2007 1:59:13 PM


> I have some problems with a binary. This binary depends on corba
> implementation (ace) for asynchronous programming.

Are any specific forums more appropriate for your use case to discuss the open 
issues in the application?
- comp.object.corba
- comp.soft-sys.ace

Regards,
Markus
0
Reply Markus 7/9/2007 5:16:40 PM

2 Replies
68 Views

(page loaded in 0.062 seconds)

Similiar Articles:













7/30/2012 12:18:57 PM


Reply: