Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
249 views

Taking photo every 66 milliseconds on Android phone for colour analysis (Heart Rate Monitor)

I'm doing a final year project at university which involves making a medical application for Android, as a practice I have to make a heart rate monitor app. I have worked out that the best way to do ...
6
votes
5answers
912 views

How would you change my Heartbeat process written in C#?

I'm looking at implementing a "Heartbeat" process to do a lot of repeated cleanup tasks throughout the day. This seemed like a good chance to use the Command pattern, so I have an interface that ...
5
votes
5answers
402 views

Pausing all threads in current process at run time

I have a bug in my app that seems to show it's face only when I pause the app in the debugger for a few minutes. I suspect this is due to a third party networking library I am using having a heartbeat ...
4
votes
2answers
207 views

usage of erlang heart

How should heart be used to keep an application alive? Lets say I have an application X, will it be monitored if I just call something like: erl -boot X -heart -env HEART_BEAT_TIMEOUT 30 -detached ...
3
votes
1answer
275 views

Beat Detection from line in

I wan't to try some beat detection algorithms from here in Java. My problem: How do I get the current audio mix from the soundcard as datasource for the algorithms?
3
votes
3answers
784 views

ZooKeeper alternatives? (cluster coordination service)

ZooKeeper is a highly available coordination service for data centers. It originated in the Hadoop project. One can implement locking, fail over, leader election, group membership and other ...
3
votes
2answers
166 views

Packet Interceptor (.net)

I have some software that will disconnect itself from the main server if activity in the program goes idle. From my understanding, I need to intercept some for of heartbeat packet or something and ...
3
votes
1answer
747 views

how to measure HeartBeat using an android device

My question is very simple and straight forward. Is there any technique through which i can calculate the heartbeat of a person using android device. I googled it and found some results in which ...
3
votes
1answer
2k views

Linux HA / cluster: what are the differences between Pacemaker, Heartbeat, Corosync, wackamole?

Can you help me understand Linux HA? Pacemaker, Heartbeat, Corosync seem to be part of a whole HA stack, but how do they fit together? How does wackamole differ from Pacemaker/Heartbeat/Corosync? ...
3
votes
4answers
2k views

What is the best way to implement a heartbeat in C++ to check for socket connectivity?

Hey gang. I have just written a client and server in C++ using sys/socket. I need to handle a situation where the client is still active but the server is down. One suggested way to do this is to ...
2
votes
1answer
243 views

How can 2 threads communicate each other?

Thread A is summing up data passed from 10 clients. while(true){ Socket clientfd= server.accept (); BufferedReader message = new BufferedReader(new InputStreamReader ...
2
votes
3answers
156 views

Debugging Erlang heart timeouts

I use the heart program to restart an Erlang node when it becomes unresponsive. However, I am finding it hard to understand why the node freezes. SASL logs don't show any errors, and my own logs don't ...
2
votes
2answers
509 views

CouchDB heart-beat time-out

My CouchDB (production) server is sometimes shut down, without my wanting it to. While inspecting logs I noticed Erlang/CouchDB (one or the other) sends a heart beat, and that heart beat is monitored. ...
1
vote
2answers
66 views

How do I get the full exception in Python?

I am making a Minecraft Classic server in Python. However, I get the following error in my code: Unhandled exception in thread started by <bound method Heartbeat.start of <__main__.Heartbeat ...
1
vote
1answer
38 views

Testing Heartbeat controller

I'm currently writing tests for an app using cucumber and rspec. I was asked to test the heartbeat controller, but I'm not really sure how to approach it. module Api class HeartbeatController ...
1
vote
1answer
157 views

Java Heartbeat framework

I need to implement a heartbeat-mechanism that sends a 'touch'-message to an external service every X seconds to keep the session alive, if no other messages are sent to the service. I have looked at ...
1
vote
1answer
105 views

crossDomain heartbeat cant parse jsonp data with jquery

I embbeding my module, an asp.net project, in a "portal", the portal generate an iframe to my url, i know its a shit but i dont made it. To avoid session in main "portal" end while user iterating with ...
1
vote
1answer
412 views

Disabling Socket.io heartbeats (Node.js)

The socket.io documentation mentions that heartbeats can be disabled like so: io.disable('heartbeats'); Unfortunately, while this seems to stop the hearbeats from being sent, the clients still ...
1
vote
2answers
146 views

Is there a way to kill the erlang vm when it is running with -heart?

The title pretty much sums it up. I have a zotonic site running with -heart, it uses lots of cpu time and I can't get an erlang shell. So, is there a way to kill the vm? killall heart and killall ...
1
vote
3answers
100 views

Scalable algorithm to detect stale data

Here is the problem: "Agents" installed on many different servers send "heartbeat" signals up to a central server every 5 seconds. How can I find the ones that have missed their heartbeat for more ...
1
vote
0answers
60 views

Drupal 6: Heartbeat module is “missing” some content

I’m using the heartbeat module on my site to make an activity-stream and recently I discovered that it doesn’t display all the new comments. I’ve displayed group messaging ‘cause I only want to ...
1
vote
1answer
148 views

How does Erlang heart work?

This question is related to my previous one: Running erlang shell as a deamon/service I have a script that looks like this: #!/bin/bash # Load the VERBOSE setting and other rcS variables . ...
1
vote
1answer
66 views

Changing Erlang heart's timeout without restarting everything

I want to change the Heartbeat timeout of the erlang's heart without restarting everything. Is there a way to do that similar to how heart:set_cmd/1 let's me change the command heart runs in case of ...
1
vote
2answers
157 views

Implementation to create a reporting methodology to report to admin through mail

Constantly monitor a http request which if returns code 200 then no action is taken but if a 404 is returned then the administrator should be alerted via warning or mail. I wanted to know how to ...
1
vote
3answers
450 views

Google App Engine Channels API and sending heartbeat signals from client

Working on a GAE project and one requirement we have is that we want to in a timely manner be able to determine if a user has left the application. Currently we have this working, but is unreliable ...
1
vote
2answers
373 views

Good timeout for heartbeating proto using TCP - Java Sockets

Im implementing my own proto in Java, it will use a heartbeat over a TCP connection that I also use to transfer messages and files. For the client I am using blocking socket I/O. So here is how Im ...
1
vote
3answers
610 views

How can I check if SQL server is alive?

I have a method to check and make sure my SQL server is online, which I use in some connection sensitive parts of my code. Although it works fine, I notice it takes upto 20ms to run, and I was ...
1
vote
1answer
359 views

What are your opinions of DRBD/Heartbeat for replication and failover for the Firebird RDBMS?

I am researching the possibility of using Firebird for a project. However, one potential problem is replication and failover, or rather, lack of a (subjective) "good" solution. There are several ...
1
vote
4answers
2k views

setTimeOut() is not working with AJAX

In my application i want to send something to the server after some time. I have implemented it using AJAX. But it works for the first time but not doing it recursively. I have used setTimeOut() for ...
1
vote
5answers
3k views

Creating a “Heartbeat” or Windows-Service-Like functionality in Asp.Net

I've heard Jeff and Joel discuss on a podcast what they called a "Heartbeat" which essentially is creating something that acts similar to running a windows service in an website. I was hoping to get ...
1
vote
2answers
153 views

Polling a webpage periodically

I have a website where I need to poll a webpage in every minute or so. The page on the server will perform different task. I am trying to use Windows Scheduled Tasks, but that cannot be set to run in ...
1
vote
6answers
2k views

How can I guarantee a “stay alive” heartbeat is sent?

We have an RMI client application written in Java which needs to send periodic "stay alive" messages to a server application. We have implemented this as a separate heartbeat thread, which sends the ...
0
votes
0answers
6 views

heartbat registore socket was not created

I am using linux-ha heartbeat on Debian. For some reason /var/run/heartbeat/register unix socket was not created. Does anyone know who creates this socket? Where can I check the why wasn't it created? ...
0
votes
0answers
22 views

Does twitter have a heartbeat tweet stream testing?

Hi I want to test a twitter stream via a unit test. Is there a "periodic tweeter" who can be used for such a test ? That is, I want to : 1) Open up an HTTP streaming connection listening to ...
0
votes
0answers
60 views

Syslog heartbeat and monitoring

Does anybody know how or even if, since I can't locate much on it, syslog offers any heartbeat mechanism? I'm specifically thinking about how to monitor the devices that offer up syslog messages. ...
0
votes
0answers
26 views

Javascript: two connections per client?

I'm working on an application which implements longpolling because I want the user to receive notifications as soon as they arrive. I have this part working, but I also need to extend this with a ...
0
votes
1answer
90 views

What is AJAX HeartBeat and what is the difference between it and setInterval

I want to know what is exactly AJAX heartbeat pattern and what is the difference between it and jquery setInterval Because im making an AJAX chat and I don't want to pull the data every 15 seconds I ...
0
votes
0answers
24 views

linux-ha heartbeat - active or passive

I have a two node cluster running linux-ha heartbeat. How can I know if the node is active or passive? There is the command cl_status rscstatus but sometimes it returns local on both devices so I ...
0
votes
0answers
37 views

Is Heartbeat able to run on Windows?

I am new to using Heartbeat. I need Heartbeat for failover management and workload management. I am not sure whether Heartbeat can run on Windows? or must i use it only in Linux platforms?
0
votes
1answer
36 views

Heartbeat Direction and Acknowledgement

We have a Java client server application with a custom protocol using TCP/IP. We have found it necessary to use a heartbeat within the protocol due to dead socket connection issues. We have had the ...
0
votes
1answer
129 views

Process.WaitForExit Method Thows InvalidOperation Exception After Process.Close

I am working on a project which relies on a monitoring service (in the form of a windows service) which checks for a simple TCP heartbeat from the main service. Whenever a heartbeat is not detected ...
0
votes
0answers
177 views

Ubuntu Pound + Heartbeat requiring restart

I have a load balancer setup with 2 machines using heartbeat for High availability and Pound as the reverse proxy. I've dropped the primary machine out of the equation by turning it off so that the ...
0
votes
0answers
109 views

Hearbeat cluster with three nodes

Is it possible to have a three node cluster with heartbeat? I can only make it work well with two nodes. when I configure the third and a node comes down, both of the remaining two nodes takes over ...
0
votes
0answers
335 views

Configuration Heartbeat with HAProxy

I did a configuration heartbeat-apache which is working well. Now I try to do it with haproxy but it didn't work. I think that maybe it's because I use a different port in haproxy than the default ...
0
votes
0answers
63 views

Apache and Heartbeat

I'm working on apache and heartbeat. I configure heartbeat with 2 servers, one master and one slave. I search to know if it's possible or not to have more than one slave or a server which is a master ...
0
votes
0answers
55 views

hostname for virtual address

my /etc/ha.d/haresources looks like: node1.com 170.45.102.42 service I'd like to replace the virtual ip address with a virtual hostname but it doesn't work node1.com virtual.com service How can I ...
0
votes
2answers
149 views

Heartbeat to check if a user is authenticated?

Googling for heartbeat authentication gives so much info that inst related that makes it hard to find good sources. In short terms what a heart beat authentication is ? In what cases could would it ...
0
votes
1answer
507 views

send heartbeart by calling a jsp doesn't keep session alive

I want to keep session alive when I open web page on browser even if I doesn't touch it for a long time, this is how I try to do: on server side (tomcat), session timeout set to 8 mins. main jsp ...
0
votes
1answer
160 views

Heatbeat 2.13 for solaris 10

I am setting up a High availability cluster server using heartbeat in solaris 10. I have compiled and add the package successfully after couple of hours tried. However i do not find any documentation ...
0
votes
1answer
124 views

How to query snmp trap through system floating IP?

I have written a snmp-agent, and it can run in system (rhel5). By querying oid from snmp client, it will get snmp trap. But my problem is: if there are two servers(one is stand-by system, one is ...

1 2