Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
74 views

How to avoid writing every variation of a simple “if contains” statement for different strings

For example if in a textbox that is full of many different part numbers from a material list for computer parts, I only want one type of cat5 cable at any given time, and if two different types are ...
2
votes
0answers
350 views

IIS7.5/MVC Limit number of Managed Threads

I'm trying to limit the number of managed threads permitted by an ASP.NET MVC application running under IIS7.5 on Windows Server 2008. I've attempted a number of different approaches but none seem to ...
1
vote
1answer
36 views

PHP - limiting the output of a plugin

I'm using a plugin titled "WP Recent Links" which I first learned about via Eric Meyer's site. Eric uses to display a Link Log within his site and I'm doing the same on my test site - ...
1
vote
5answers
321 views

Limiting the use of RAM. (C# .NET)

There are huge files about 100Mb. I want to load them into memory (RAM), process and save somewhere. At the same time I want that a limit of memory usage exists. Example, 100Mb, to my app don't use ...
1
vote
1answer
236 views

Limiting RAM usage for program executed through shell script

I need to limit the memory(RAM) usage of a program to just 100mb. I am executing a batch of them using a shell script and wanted to know how to do that. I am compiling from source of my class and then ...
1
vote
4answers
202 views

How to limit speed of outgoing response from php script?

How to limit speed of outgoing response from php script? So I have a script generating data in keep-alive connection. It just opens file and reads it. How to limit outgoing speed (By now i have such ...
0
votes
0answers
63 views

Controlling API limits: client and server side

I've looked around quite a bit for this with no luck, so I thought I'd post away on a question that's been nagging at me for a while. Twitter, for example, limits their API at around 350 per hour. If ...
0
votes
3answers
181 views

Very complex Group By / Unique / Limit by SQL-command

I actually don't even know how to call this :P, but... I have one table, let's call it "uploads" id owner date ----------------------------- 0 foo 20100101120000 1 bar ...