Tagged Questions
The batching tag has no wiki summary.
3
votes
2answers
462 views
What is the difference between nhibernate and entity framework in batching?
I want to select one of the above orm.
What is the difference between nhibernate and entity framework in batching?
3
votes
1answer
212 views
MSBuild Batching on Three Independent Variables
I have been writing a build system based on MSBuild, and am to the end of the project where I need to essentially run the one msbuild file 88 times by batching over three variables:
Configuration = ...
2
votes
1answer
53 views
Firebird and support for batched queries
Just wondering if any Firebird users can confirm that batched queries is not a supported feature in the current release (2.5) and if anyone knows if this is in the pipeline for a future version?
We ...
2
votes
1answer
99 views
Generic QoS Message batching and compression in Java
We have a custom messaging system written in Java, and I want to implement a basic batching/compression feature that basically under heavy load it will aggregate a bunch of push responses into a ...
2
votes
2answers
526 views
Why is NHibernate refusing to batch inserts?
Using NHibernate 2.1.2.4000 against SQL Server 2008. The target table has no triggers or extraneous indexes. It is simply:
create table LogEntries (
Id INT IDENTITY NOT NULL,
HostName ...
2
votes
3answers
537 views
How do I prevent RemoteObject from batching AMF messages together?
I am using Google AppEngine, in conjunction with PyAMF to provide RemoteObject support. In my Flex code I make several RemoteObject method calls at once which tends to batch the AMF Messages into a ...
2
votes
2answers
292 views
Batching in ADO.NET without DataAdapters
Is it possible to implement batching of multiple stored procedure calls (doing updates/deletes) in ADO.NET without resorting to DataAdapters?
1
vote
2answers
995 views
MSBuild: Items + Batching + CreateItem + Transforms Question
I have this bit of an msbuild project that is making me wonder why it the outcome is the way it is. Not that it is causing an issue or anything of the sort, but I would like to try and better my ...
0
votes
1answer
58 views
Writing a batch file that enters a password when prompted
I'm writing a batch file that runs the below command
winscp sftp://username:password@host.com:22 /privatekey=pgp530.ppk
The output is as follows
Searching for host...
Connecting to host...
...
0
votes
0answers
76 views
Batch rendering of GUI widgets
I am currently trying to optimise the GUI system in our game engine, which mainly targets iOS and Android. The current GUI system use hierarchical widgets to create complex views (quite similar to the ...
0
votes
1answer
374 views
MSBUILD Batching (Looping) Over Files and String Replacing the FIleName(s)
I am trying to "loop" (batching) over a list of files, and string.replace the root directory name with a different directory name.
This project is using 3.5, thus cannot take full advantage of some ...
0
votes
1answer
56 views
How NHibernate implement the batching operation?
What is the solution of NHibernate for batching operations?
0
votes
0answers
12 views
Batch moving numbered frames
So what I'm trying to do is put in a name for a directory structure and have it make a folder and then subfolders then sort all the frames in to each of the subfolders.
I have ten of these to do and ...
0
votes
3answers
62 views
Pattern for batching and bulk processing
I've data queried from the db that looks a lot like the following
Job Site File List
-------------------------------
1 SiteA file2.txt 2
2 SiteB file2.txt 2
3 SiteA file23.txt 23
4 SiteC ...
0
votes
3answers
172 views
Group Similar records Sql Server 2008
I will be writing a query to achieve something like below, please help me
TableName: Application
AppId (PK,int) AppType (bit)
1 0
2 0
3 0
4 ...