Tagged Questions
The bus tag has no wiki summary.
5
votes
2answers
153 views
Can you piece together the following clues to help me read temperatures out of the Winbond W83793 chip?
I am trying to get OpenHardwareMonitor to read temperature data out of the Winbond W83793 chip on my Supermicro X7DWA motherboard. The problem is that I don't have any low-level programming ...
4
votes
5answers
86 views
Does anyone know of a fast bus for local messaging between applications on the same machine?
I'm looking for a pub/sub mechanism that can be used by .NET applications running on the same machine (a mixture of different app domains and processes). I'd really rather avoid having to run a ...
4
votes
3answers
259 views
ServiceBus Architecture Pros and Cons
What are the Pros and Cons of using a Service Bus architecture in a SOA project?
What are the suggested open source Service Bus platforms that you would recommend?
Thanks in advance
4
votes
3answers
837 views
I am designing a bus timetable using SQL. Each bus route has multiple stops, do I need a different table for each route?
I am trying to come up with the most efficient database as possible. My bus routes all have about 10 stops. The bus starts at number one until it reaches the 10th stop, then it comes back again. This ...
4
votes
3answers
1k views
Does the .NET Micro Framework support the CAN bus?
I know that the .NET Micro Framework supports the I²C bus. Are there some libraries for CAN or CANopen too?
If not, does it support CAN without using other peripherals?
Can I build CAN support ...
3
votes
1answer
88 views
CPU Instructions per second
I was given this question on my study guide for a test I have coming up. I don't understand how to tackle this problem. My test is today and I would appreciate some help.
If a CPU issues one memory ...
3
votes
2answers
245 views
Simple way to read values from the SMBus in C#, on a Windows machine?
I've been at it for a month, and still can't find a solution to this deceptively difficult problem. Specifically, I would like to read temperatures from the W83793 chip, using C#, on a Windows ...
3
votes
3answers
151 views
What is 'Bus Error?'
What is 'Bus Error?'
Below is my code.
Thanks so much for your time!
PROGRAM numbersgen
IMPLICIT NONE
!Variable declaration
INTEGER, ...
3
votes
7answers
2k views
A simple eventbus for .net
I want to make a very simple event bus which will allow any client to subscribe to a particular type of event and when any publisher pushes an event on the bus using EventBus.PushEvent() method only ...
2
votes
2answers
110 views
How can I get rid of the reflection invoke in this piece of code?
I'm building a simple "bus" as a proof of concept. I do not need anything complicated but am wondering how best to optimise the following piece of code. I'm using Autofac as a container to resolve ...
2
votes
0answers
243 views
Testing an XQuery Transformation
I'm using Workshop for Weblogic and I'm testing an XQuery Transformation.
Both MFL and XSD are valid. But the XQuery doesn't seem to work... it gives me this error:
Error occurred while executing ...
2
votes
2answers
223 views
Learning Pointers in C
I have been cutting my teeth for the past 48 hours or so trying to implement this hash table function in C. My code is rather long (I realize it is not the most efficient, some of it is more me ...
1
vote
3answers
269 views
cudaMemcpy too slow
I use cudaMemcpy() one time to copy exactly 1GB of data to the device. This takes 5.9s. The other way round it takes 5.1s. Is this normal? Does the function itself have so much overhead before ...
1
vote
2answers
110 views
System Bus vs Front Side Bus [closed]
I'm reading up on processor (geared towards intel/x86 architectures) internals, particularly when it has to access main memory and came across two different (or maybe they are identical) buses. The ...
1
vote
1answer
239 views
nServiceBus UnicastBusConfig.MessageEndpointMappings.Endpoint
I am playing with custom config for NServiceBus and I am implementing IConfigurationSource.
In the case of UnicastBusConfig, what is property UnicastBusConfig.MessageEndpointMappings[n].Endpoint ...
1
vote
1answer
450 views
Drawing bus route to Google map
I want to make a public transportation application for Android. First problem I'm facing is how to create a bus route and show it to users.
I have a list of bus stops coordinates. I understand, I ...
1
vote
1answer
560 views
“Bus error” system error
I am running a linux tool which uses some system libraries as we as some custom libraries. The purpose of the tool is to access/configure a PCI-express cards that has some firmware running on it. I ...
1
vote
2answers
319 views
Bus error in C Program on Unix machine
I'm fairly unexperienced with C and am running into a "Bus error" that I cannot understand the cause of. I had never heard of gdb but came across it on this forum and tried using it on my problem ...
1
vote
1answer
220 views
Scala message bus implementation by Actors?
I want to implement some kind of message bus in one of my Scala applications. The features would be:
ability to subscribe to 1 .. N types of messages
messages may have payloads
loose coupling (nodes ...
1
vote
1answer
253 views
Bus Error in cron job
I have set up a cron job for sending emails from my site using php. It was working fine.
Today I got one error message like this "/bin/sh: line 1: 29681 Bus error".
Could you please tell me what is ...
1
vote
1answer
212 views
How to use MS Azure AppFabric via proxy server in corporate network
I'm testing the Service Bus AppFabric within our corporate network by runnng the Echo service sample from the AppFabric SDK samples (WindowsAzurePlatformAppFabricSDKSamples_V1.0-CS). However, the code ...
1
vote
1answer
504 views
Python PIL ImageTk.PhotoImage() is giving me a bus error?
So I am running python 2.6 on a macbook pro and trying to write the code in python to display an image from a file in a label on a tkinter gui. The image is called image.png. The program runs without ...
1
vote
3answers
263 views
Bus Error Upon Calling Delete (C++)
I've been creating a class that takes a bunch of images and overlays them onto one BMP. For some reason upon running the code I'm getting a segfault and I've tracked it down to this method. ...
0
votes
0answers
15 views
Android Map Path without Google Directions
In the Philippines, we actually have a very unique kind of transportation - Jeepneys. It's like a bus but seats only a few people. The jeepney routes are constant. They pass on the same route many ...
0
votes
3answers
62 views
C program in Windows to access the contents on the bus
I have a zigbee usb dongle that plugs into the usb port on my Windows laptop. I need to be able to capture the incoming packets.
I am trying to write a c program that will capture the incoming ...
0
votes
0answers
16 views
Why are bus topologies often cited as being better than hub and spoke?
I am currently looking into integration and messaging systems and am failing to really grasp the concept of bus topologies over broker / hub and spoke type setups.
Where is the bus in ESB type ...
0
votes
1answer
97 views
Bus error 10 with assembly code + general questions
Okay so I'm trying to create a program for fun which counts the bits in a number
What I Want:
As I said, a program which counts the bits in a given number.
(for instance ...
0
votes
0answers
35 views
Public transportation - column generation
I'm working on a sheduling problem of public transportation in a city. We want to use a column generation method but Im not sure how the additional columns are generated. I would like to ask if a ...
0
votes
0answers
42 views
difference between HBA memory registers and HBA configuration registers
HBA - host bus adapter
hello everyone, I have some question concerning AHCI specs (You can find it here)
can somebody please explain what is the real difference between HBA memory registers and HBA ...
0
votes
0answers
113 views
SDIO Bus Driver Implementation-help
I am new to device driver development in linux and I require to understand the implementation of SDIO bus driver. Can anyone help me out with some starting material on it.
Please tell me where to ...
0
votes
0answers
63 views
Pygame in OS X: Is Bus Error Linked to QuickDraw deprecation warning?
I'm a student taking over code development for someone else, and I'm trying to run a set of programs on my mac that were originally developed, and work fine, in ubuntu. I use OS X 10.5.8, with Python ...
0
votes
1answer
49 views
Querying via Service Bus
Is it recommended to also do querying via a Service Bus? As I see it, you should only send fire and forget commands/events.
What is your opinion and/or experience?
0
votes
0answers
107 views
Rhino Service Bus - Publish/Subscribe - How to reconnect to service?
How can publisher detect, that the rsb-host is offline and how can publisher (try) reconnect to the service, when online?
In Request/Respone Mode - everything works fine (try reconnect & send ...
0
votes
1answer
73 views
See if a signal originates from a bus in Simulink
We have an S-Function that does not support bus signals in Simulink, so programmatically I am trying to find a way to determine if the signal type of an inport/outport originates from/is going to a ...
0
votes
0answers
24 views
How to create a Message Bus between different EARs in JBoss
I'm going to write an Enterprise Applications that manages some things inside my JBoss. During the livetime of the server it can become necessary to redeploy several other Applications (EARs) that ...
0
votes
1answer
68 views
AppFabric Bi-directional cross-platform support
I'm hoping to use Azure's AppFabric ServiceBus to host a Publish/Subscribe messaging system. My clients will all be mobile devices (android, Iphone etc...) running hybrid applications.
My question ...
0
votes
3answers
212 views
chapter 2 rails tutorial - get BUS error after using rake db:migrate
HI I don't understand the error message I keep getting when I try to use
$rake db:migrate
in chapter 2 http://ruby.railstutorial.org/chapters/a-demo-app of this rails tutorial.
I'm using
rvm ...
0
votes
1answer
60 views
What is a physical address and virtual address? and how do they work?
And by the by, what does "svchost.exe error" imply when "the memory cannot be written because of 0xc000000e failure"?
Thanks as usual!
0
votes
0answers
42 views
What is a physical address and virtual address? and how do they work?
And by the by, what does "svchost.exe error" imply when "the memory cannot be written because of 0xc000000e failure"?
Thanks as usual!
0
votes
2answers
161 views
how does a wider data bus helps a CPU when internal register size is smaller?
What advantage did we have in using a wider external data bus, say 64 bit in first Pentium produced in 1993, when the size of the internal data bus or registers was 32 bit only?
0
votes
1answer
239 views
WCF Services with Appfabric Service Bus endpoints
Is it possible to host WCF Services with Appfabric Service Bus endpoints in IIS6 on Windows Server 2003 64 bit?
If not, are there any alternatives apart from upgrading the OS or using a Windows ...
0
votes
2answers
108 views
Bus error using mpic++ but not using g++
I have some code written in C++ that compiles and runs fine (with reasonable output) when using g++, but when I try to use mpic++, I get a runtime bus error. I've managed to figure out where the bus ...
0
votes
1answer
111 views
SPI and GDO, what is GDO an acronym for?
In connection with a SPI bus there is typically a number of GDO pins used for interrupting the master or the slave of the SPI connection. But what is GDO an acronym for?
0
votes
2answers
2k views
Proxy Service & Business Service
Can i use a proxy service without a business service while configuring message flows in Oracle service bus? If so is what scenarios would we use it?
0
votes
1answer
190 views
NServicebus ISubscriptionStorage
I have created my own custom subscription store for NServiceBus via my own ISubscriptionStorage class but I cannot find how to implement it and cannot see any documentation on how to do so. Is there ...
0
votes
1answer
196 views
Registering a service on the .net service bus
How can I programmatically be able to create a feed and add entries on the .NET Service bus reistry? I have a set of asmx and wcf services which I would want to be discoverable using the service ...
-1
votes
2answers
135 views
Illogical bus error from printf in C
When I compile and run my code, I get a bus error right after it prints "starting."
Here is what happens:
bash-3.2$ ./remDup
starting
Bus error
#include <stdio.h>
#include <string.h>
...
-1
votes
1answer
250 views
What is the purpose of mother board? [closed]
I feel mother board is required for supplying the power to various components and act as a bus for all the devices on board. But, how does one address various devices attached to mother board? Can ...