Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
9answers
578 views

“Out of Band” Processing Techiniques for asp.net applications

Jeff has previously blogged about using the cache to perform "out of band" processing on his websites, however I was wondering what other techniques people are using to process these sorts of tasks?
3
votes
3answers
2k views

socket programming: How do I handle out of band data

I just looked into wikipedia's entry on out-of-band data and as far as I understand, OOB data is somehow flagged more important and treated as ordinary data, but transmitted in a seperate stream, ...
3
votes
2answers
570 views

Java sockets with out of band data

Does anybody know how to receive (how to know that you received) out-of-band data with Java sockets? In particular I've read the documentation for sendUrgentData and setOOBInline which states that: ...
1
vote
3answers
159 views

Out-of-band OAuth authentication with Facebook

TL;DR version: Can you authenticate with Facebook without having a callback URL for a web application since the web application isn't actually running on a server. Full explanation: I'm working on ...