Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Ranch Office and the fly likes Standalone Java Ranch helper. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » This Site » Ranch Office
Reply Bookmark "Standalone Java Ranch helper." Watch "Standalone Java Ranch helper." New topic
Author

Standalone Java Ranch helper.

Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
I do not know how much this is possible.

I was just wondering that if we have a desktop standalone client.Which would refresh from time to time and let the user know whether anyone has posted in those threads which has recently been visited by the user.

So that the user can check that application for any posts , if any then visit the site for details.


Rahul Bhattacharjee
LinkedIn - Blog
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9939
    
    6

We tried something like this with an RSS feed on ONE of the forums (Java in General, i believe).

The additional load on our server brought it to its knees, so it was quickly shut down.

I would imagine that any standalone app that ever so often pinged the server for updates would cause a similar increase in workload, and also kill the server.

I'm sure someone will correct me if i'm wrong, but you can search around this forum for more details on that.


Never ascribe to malice that which can be adequately explained by stupidity.
Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
Originally posted by fred rosenberger:
We tried something like this with an RSS feed on ONE of the forums (Java in General, i believe).


We can restrict the minimum refresh time for the client.So that no one should set the refresh time less than 1 hour.
 
I agree. Here's the link: jrebel
 
subject: Standalone Java Ranch helper.
 
Similar Threads
NX: about lock cookie
kicking off my java app on windows mobile
Multiple Instances of Standalone
using xml config file, don't want to hard code path in config file reader
NX Contractor - startup mode