Shedule tasks question
        Posted  
        
            by 
                gabac
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gabac
        
        
        
        Published on 2011-01-14T19:44:10Z
        Indexed on 
            2011/01/14
            19:53 UTC
        
        
        Read the original article
        Hit count: 158
        
Hi everyone
I have a though question :)
Let's say you get some data which is due at a certain point int the future. You get A saying my task is due in 1h and other which says his task is due in 1.5h. The information is collected on your server. In which programming language or even how would solve that? So task a will be executed in 1h, task B in 1.5h. I read something about java scheduler but I'm not yet sure if this is the right way.
What are ur ideas?
Cheers
© Stack Overflow or respective owner