|
|
Problems with the processing speed
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: Newbie: Problems with clocks - comp.arch.fpgaThe problem is that I never programmend a FPGA before. ... Within my VHDL code I defined a process, which is ... Choose the speed grade that matches the device ... jpeg decoding speeds: x86, ARM, dsp, fpga, GPU - comp.compression ...With a higher-spec'd gfx card, you could improve the speed a bit, but ... data has to go into the CPU somehow, and this might be more the problem than really processing it. Hulc LED Process stressing my 2960 cisco switch - comp.dcom.sys ...... have four 2960 switches that have the same "problem" that ... ms) Invoked uSecs 5Sec 1Min 5Min TTY Process ... But, I can't let the display on "duplex mode" or "speed ... Framebuffer readback, preferrable faster then glReadPixels - comp ...For a small video editing application I'd like to read back the contents of my OpenGL window to a AVI file. The process is not the problem, just the speed of ... efficiency in awk - comp.lang.awkWhen considering memory and speed, am I better off writing it as a ... The last one is the biggest problem. I use an option-processing library that exercises this problem ... FCIP issues with SAN replication - comp.dcom.sys.ciscoNow the problem, although we have one gigabit of ... buffering to cope with the path delay to get wire speed ... single conputer in the ring had to correctly process ... Plotting Functions - Logarithmic Decrement - comp.soft-sys.matlab ...However I have been unable to create an automated m-function to speed up the process. ... I've just been unable to find an o= bvious solution to my problem through the ... Oracle 10g on HP-UX, Terrible Poor Performance!! - comp.sys.hp ...(Whenever we read data from VA) !! > So I think the problem exactly is POOR PERFORMANCE ON READING PROCESS > FROM VA. Wow. > Write speed is ok. Toshiba Satellite keyboard water problem. - comp.laptops ...Can anyone tell me how I can correct this problem? Currently I am using an ... surface >> of the keyboard and out of the laptop. >> >> You can also speed up the process ... Problem With Multiple Field Separators - comp.lang.awkI thought a problem might be the field separators and ... Logic operation takes time(especially when processing big ... Or is the speed just > determined by the speed that ... What Is a `Slow Processing Speed?` - Attention Deficit Disorder ...... help your marriage to an ADD/ADHD adult parent children with discipline problems ... son is bright, but an educational assessment found that he has a 'slow processing speed.' What's the link between speed and reading in children with dyslexia?Probably the hottest debate revolves around the question of whether people with dyslexia have, in addition to phonological problems, a general processing speed deficit ... 7/30/2012 12:18:57 PM
|
|
|
|
|
|
|
|
|