Questions tagged [limitations]
38 questions
0
votes
2 answers
Windows Server Foundation for single purpose application
I have a single application/service that I need to run on Windows. It will serve as a public application, kind of like a webserver (users connect to it using a browser), and needs to server up to hundreds of (web)users. Further the application uses…

Lode
- 178
- 1
- 8
0
votes
1 answer
Is there some limit on a size of a file when force-downloading it with PHP on Apache?…
Trying to force-download file with PHP using usual:
header("Content-type: $type" );
header("Content-Disposition: attachment; filename=$name");
header('Content-Length: ' . filesize($path));
And it does successfully for files somewhere below 32 mb.…

jayarjo
- 337
- 1
- 3
- 12
-1
votes
1 answer
Set udp packet size limit
I have a CentOS server with a JAVA application that receive UDP data packets, it works all OK until the packet is bigger than 584 bytes, I read something about and seems to be a limit of UDP protocol.
My bigger packet is 631 bytes length(payload)
I…

E_Blue
- 101
- 1
- 7
-1
votes
2 answers
Is possible for a vps service with own ip addresses to have ports restricted?
I am looking for a cheap vps service, and i found some, but the most appellative i found for what i need ("fileMedia") has a really bad translation on its page and there is something which is leaving me some doubt.
This service, just like many…

SOMN
- 101
- 4
-1
votes
1 answer
Win 2003 Shared Folder
We have shared one folder on win2003 server and allowed everyone to access it but only 8-9 users are allowed to map drive the shared folder. The next is connected once I disconnect the one of the sessions.
Pls advise.

Hamid
- 1
-1
votes
1 answer
KVM instances limitation
I got a high spec server. (128G memory, 1.2T harddisk and 12-core cpu x 2 )
I would like to know how many KVM instances can work on one server.
For example, If 200 instances work on one server, one instance spec is
memory: 512M
hard disk: 5G
cpu:…

user1041018
- 9
- 2
-1
votes
1 answer
Setup local network to bypass device limit and other annoyances
I've prepared a little illustration to visualize my current situation:
I have no admin access to the router which provides the internet access (I can't change any of its settings)
Every time I connect a new device, which wasn't connected within…

Felix Bernhard
- 99
- 3
-2
votes
1 answer
where can I learn the limitations of /LEV:n option of Robocopy command
Hey I am moving a file server to another datacenter. I use robocopy but I don't know the limits of the /LEV:nutility. Is this "n" can be 100 or something for some crazy admins? I searched but I didn't find any info about the maximum level size of…

mustafatufan
- 1
- 3