So
I just mined about 150shares to check if it updates.
It seems your admin account shares update no problem and the statistics page updates with shares however it doesnt update with my shares nor does the worker update any shares ?
EDIT: What is the shares update delay on workers? 94 shares just reflected like 15mins later however thats half of what I submitted and got accepted.
I just checked this up in our database, according to it your worker submitted 94 shares, 94 of them were valid. I doublechecked my worker, and it reported accurate numbers too. If you have, could you please send me a PM with that log?
About the statistics refresh, we check every thirty seconds if a new block was found, and worker, share and pool statistics are updated every 5 minutes.
@doublec, I tried the simplecoin pool before I went making this thread, I submitted 29 shares to them, 18 of them were stale. in the time it took me to submit those shares, I did not receive a single LP event. I should also note, that just because your miner reports a pool having Long Polling, this does not necessarily mean that the pool really does it. For example if you use pushpool as pool backend, there's a config option to enable longpoll, which is active by default, however longpolling events are triggered by an external daemon called blkmond which connects to bitcoind as a node and watches out for new blocks. once it finds them it sends a SIGUSR1 signal to the pool, which then triggers a LP event. However, blkmond does only work for bitcoin, and not (yet) for other blockchains, so I developed my own LP detector. It should also be noted that with pushpoold + blkmond only one blockchain per system can have LP actually enabled. My solution can differ between pushpoold instances. So all of the above may make it look like for a miner as if the pool really does LP, however most are not, some are sending Bitcoin LP messages, some don't even claim to do LP. I did some research into that :-D
Oh, btw, before I opened the site(yay, that was kind of in a rush, I'll still have to remove the BTC references and repplace them with SC) I opened a small no-frontend pool installation. We had about 10 GH there, and our stale count was still much lower than in any other pool.