What is the most performant CSS property for transitioning an element?
I’m wondering whether there is a performance difference between using different CSS properties to translate an element. Some properties fit different situations differently.
When does “proper” programming no longer matter?
I’ve been building an android game in my spare time. It’s using the libgdx library so quite a bit of the heavy lifting is done for me.
Is Java much harder to “tweak” for performance compared with C/C++? [closed]
Closed 8 years ago.
Strategy for clients to retrieve real-time log from HTTP server
I have an HTTP Server Service application which has its own logging mechanism. It’s written in Delphi. I would like to provide a way for multiple clients to connect to this service and get a real-time update of the log. The log in the service moves rather fast, there’s a lot of things to log. There may be up to 50 messages within 1 second at times. The existing log which is already implemented is not saved, it’s only kept in the memory of the server service – where I will need to distribute it to any client which needs it. Once all clients have a log message, it should be deleted.
How to design a scalable notification system? [closed]
What services are being used to send messages?
Depends, some are classical REST webservice, other are some exotic protocol, it is really up to the provider.
Why not use unmanaged safe code in C#
There is an option in C# to execute code unchecked. It’s generally not advised to do so, as managed code is much safer and it overcomes a lot of problems.
Is there a perf hit using mule as a container vs. standard JEE container like Weblogic?
Our team is considering using Mule in a large scale medium volume internal facing transactional banking application.
Strategy to find bottleneck in a network
Our enterprise is having some problem when the number of incoming request goes beyond a certain amount.
Store image as logic file (in db by using binary format) or physical file (in the server) [duplicate]
Possible Duplicate:
what are the best tips for storing images in a database?
Browser support for internal corporate tools
We are on the verge of a conversion. For years, our company supported only IE for its internal (intranet) home-built tools.