I have a python (well, it\'s php now but we\'re rewriting) function that takes some parameters (A and B) and compute some results (finds best path from A to B in a graph, graph is read-only), in typic
Here is my situation: I will have a 开发者_如何学Goweb page with TreeView control, which is supposed to be expadable/collapsable/editable. All good so far. I know that postback is used heavily in this
I have an ASP.NET 3.0 application that works fine on one server. It uses application variables to check if a user has checked out a file and locks it for all other users. When I put the application on
I would like to write an upload system (photos, videos,...), which could be scaled and perform well even under heavy traffic.
I have to demonstrate the power of a cluster, i.e its advantage over a normal machine. Is there any way I can show,to the layman that \"If this had been done on a normal workstation, it would have ta
I\'ve got a C# service that currently runs single-instance on a PC. I\'d like to split this component so that it runs on multiple PCs. Each PC should be assigned a certain part of the work. If one PC
Hey there guys, I am a recent grad, and looking at a couple jobs I am applying for I see that I need to know things like runtime complexity (straight forward enough), caching (memcached!), and load ba
I would like to know how to implement CRUD operations on common files and folders. My web site requires load balancing.The web site node开发者_如何学编程s need to CRUD files and folders in a common ne