Lookig for "GAE-TaskQueues" in Asp.net
        Posted  
        
            by Fabrizio
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fabrizio
        
        
        
        Published on 2010-03-08T18:26:55Z
        Indexed on 
            2010/03/13
            19:35 UTC
        
        
        Read the original article
        Hit count: 312
        
ASP.NET
|google-app-engine
I normally works in asp.net. But recently I was testing Google App Engine and I found TaskQueues: it's very interesting and powerful. Does anyone know a similar service for asp.net?
I know MSQueue but it's not what I need. I need something like GAE TaskQueue: I put an URL in queue and the URL is triggered (based on queue config).
© Stack Overflow or respective owner