|
Is the directorysearcher findall results method capped at 5000 results even if pagesize is set to greater. It really seems to be, because no matter what I get exactly 5000 results. This is C#
Started by Matt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
First of all, it's a ....
We have a maximum of 1000 elements defined.
Try doing
mySearcher.SizeLimit = int.MaxValue; mySearcher.PageSize = int.MaxValue;
Does it still limit to 5k?
Check if your Active Directory or your LDAP is capping the query results .
|
|
I want to export 5000 rows using Response.ContentType = "application/vnd.ms-excel to excel sheet.There is no error shown but the excel sheet is not getting generated
Started by Tarun on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just a shot in the dark: is it possible that your page is timing out when you have that large number of records? You could try upping the page timeout by setting the following in your Page_Init:
Server.ScriptTimeout = 600
This sets the timeout to 10 minutes... .
|
|
I have 5000 (sometimes more) street address strings in an array. I'd like to compare them all with levenshtein to find similar matches. How can I do this without looping through all 5000 and comparing them directly with every other 4999?
Edit: I am also...
Started by phirschybar on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You can do something like:
for($i=0;$i<count($array)-1;$i++) { for($j=$i+1;$j<count($array);$j++) { $lev = levenshtein(... .
I think you cannot avoid looping through the array as the levenstein() function takes only strings and not an array as input .
|
Ask your Facebook Friends
|
Hi friends, I need to save a content into a file. The content is more than 5000 character. I cant able to send this through url as query string. Its showing Unspecified error . How to achieve this. I am using PHP here. So, i tried to send this content...
Started by praveenjayapal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Because Query strings have a limited number of char, different from a browser... .
I don't know a lot about PHP, but query string is not the only way to send data from a page to another, you can try session variables, cookies, save and retrieve from a db, ... .
|
|
For an intranet web application with 5000+ users we need to develop highly interactive (as few postbacks as possible) client. So performance issue might arise. What would be your choice and why?
- ASP.NET Web Forms + JQuery/Ajax
- ASP.NET Web Forms + ...
Started by arch stanton on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have a love/hate relationship....
Have you ruled out using SharePoint as a foundation? I played with the SharePoint 2010 beta for a few weeks and they seem to be using Silverlight a lot in there and I suspect the integration will be getting better and better .
|
|
I have this issue on our production server. The application stack is,
Java Web App on Tomcat 6.0.18 iBatis data access layer MySQL 5.0 database CentOS The system is deployed on virtual server having around 256 MB memory.
Real problem:
The query like,
...
Started by jatanp on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It seems your MySQL server is not setup correctly, taking 10 seconds for 5000 records should.
|
|
Well, simple situation. I've created about 5000 frames as PNG files which I want to display as an animation inside a .NET application. Every image is 1920x1080 in size and the PNG file uses alpha channels for (partial) transparency. And that's going to...
Started by Workshop Alex on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Additionally, if 5000 separate image files get too unwieldy to handle, you.
Or whatever your frame rate is).
|
|
Building a circ saw out of a 5000 partner. Have the blade on now.
Started by Gatekeeper on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at createaforum):
I found the oem husqvarna worm gear remover for $16 and shipping for the 242 246 254... .
I think most is the same worm gear on the partner 5000+.
I have seen a 500 or 5000 concrete saw in the past.
Wheel to check the #'s on the 5000.
|
|
Congrats to Antibody for completing 5000+ posts Congrats to ANTIBODY for reaching 5000 posts. Quality posting dude - keep the good work up! ANTIBODY thanked this.
Started by superkaif on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at defence):
Re: Congrats to Antibody for completing 5000+ posts to Antibody for completing 5000+ posts....
Re: Congrats to Antibody for completing 5000+ posts hahaha thanks kaif--- i am now officially a 'full' armchair general superkaif thanked this.
|
|
Jeeezz, I just blew by 5000 posts! Who would have thought my fingers had so much to say!
Started by cudamark on
, 16 posts
by 12 people.
Answer Snippets (Read the full thread at forabodiesonly):
LOL
Concrat's on 5000....
Not to hard to get hooked on this site.
Thats a bunch of them.
|