Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
691 views

HTTP vs Websockets with respect to overhead

I am building a file synchronization program (not unlike Dropbox) using node.js on both ends. I need to have potentially thousands of clients requesting data at the same time. Here is my current ...
2
votes
4answers
342 views

How do I provide a default implementation for an Objective-C protocol?

I'd like to specify an Objective-C protocol with an optional routine. When the routine is not implemented by a class conforming to the protocol I'd like to use a default implementation in its place. ...
1
vote
5answers
246 views

Encryption Project: Need advice on how to eliminate method overhead

I am looking for advice. I have developed my own encryption algorithms because I enjoy it and I can. Now, I am looking to try a new idea. My idea involves consolidating a number my algorithms into a ...