We need to profile the JDBC operations of several web applications, number of queries, time spent, rows returned, ...
Have you used any free/commercial JDBC profiling tool? What are your experiences?
Thank you.
I'm looking for a nice stackoverflow-style answer to the first question in this old blog post, which I'll repeat below:
"I’d really like some tool (ideally, g++ based) that shows me what parts of compiled/linked code are generated from what parts of C++ source code. For instance, to see whether a particular template is being instantiated for hundreds of different types (fixable via a template specialization) or whether code is being inlined excessively, or whether particular functions are larger than expected."
Is there a conversion utility from svn to hg that can deal with a branch hierarchy that's more complex than just a flat list of branches under /branches?
My repository has a directory that looks (conceptually) like this:
/branches
/projectA
/v1.x
/v1.1
/v1.2
etc..
IOW I need a tool that can get a tree structure as input that represents the branch hierarchy, and migrate this into hg (could be flat in HG, don't really care).
Hi,
How do you measure the memory usage of an application or process in Linux?
I've read here that "ps" is not an accurate tool to use for this intent.
Thanks,
Kenneth
I have put the attribute [FaultContract(typeof(ExceptionDetail))] for my operation contract. When I am trying to add the service th' a client app, I get this error - "Custom tool error: Failed to generate code for the service reference 'ServiceReference1'. Please check other error and warning messages for details."
But when I comment out the FaultContract Attribute, I am able to add the wcf service reference th' my client app.
Would appreciate if somebody can help me solve this mystery.
Thanks
Hi,
PhoneMyPC tool in Android provides remote desktop connection to PC. But, Do Android based mobiles support VNC protocol/softwares for connection between 2 android mobiles ? Do android based mobiles support RDP or other tools for connections to other OS based mobiles like windows, symbian etc ?
Thx in advans,
Karthik Balaguru
While using the .Net client TIBCO EMS, How to monitor outgoing messages from my .Net Tibco client?
I'm going to send Application-level, not jms-level, acknowlegements and replies.
How can I tell If the application sent them or not? If the client failed to send a message will it throw an exception or store the message to try again later?
Bottom line, Is there any tool enables me to monitor activities(outgoing) from client point of view?
i asked to make a website to view images and manage it's actions like max, min, autofit,.....
(some thing like picasa but as a web application )
what is the suitable tool for that. JSF, JBoos Seam, dojo, digit ?
and if any reference to enhance my skills on that branch will be appreciated.
I am looking for a utility that gives me the ability to specify a binary file format and then interpret a file of bytes according to that format. (Something along the lines of the 010 Editor, but infinitely more cost-effective). Something that runs on Mac OS X would be preferred, but I'm interested to see what all is out there in general (while more of a hassle I'd be willing to run a tool on Windows if it were superior.)
What's your preference?
Does anyone know of any tool that can facilitate/ease porting of an app to both Java Swing and GWT?
I've got a few "screens" that makes complete sense to have both in a desktop app and in a browser and I was wondering if there was some kind of common API that could be targetted that would facilitate creating these two different "views" (see my comment)?
Hi, I have some errors in my output source code, I'm wondering if there is a tool that is able to look through the site and find which .tpl file my error is in? That, or at least give me a list of .tpls to look through. I can't seem to find this error and the site isn't very well documented. I'm not the best PHP programmer, I'd be looking for an online resource or something pretty simple.
Thanks very much.
We have biztalk group consisting of three servers. We have installed BAM tool on all thee servers.
Now for BAM Portal site can we make network load balance using two server from biztalk groups?
I am in the process of collecting ideas for building an opensource FORUMS based on ASP.net framework.
I have choosen ASP.NET MVC with Jquery as the tool to develop this.
You can add your points or add some depth to any of the above feature.
I have a UIViewController and I'm noticing that I've done something to where the didReceiveMemoryWarning method is getting called every time I run it on an actual device.
I've run the project with Run Run With Performance Tool Object Allocations (and Leaks also). There are no leaks but I have no idea how to read or understand the "Object Allocations" data that is displayed.
So ...
How do I read this information and what is/are the best ways to figure out (and resolve) why this is happening?
Thanks
I'm writing a xml schema (a xsd) to describe the format our partners should send us data in.
And I'm havening a hard time find a tool that can validate the xsd file that i have written.
The best way I have found so far is to write an example input xml file and try to validate that with the xsd. But that doesn't feel like a best practice maneuver.
How should I validate a xml schema?
Hi all,
I am writing an iPad app that downloads a rather large .csv file and parses the file into objects stored in Core Data. The program keeps crashing, and I've run it along with the Allocations performance tool and can see that it's eating up memory.
Nothing is alloc'ed or init'ed in the code, so why am I gobbling up memory?
Code at: http://pastie.org/955960
Thanks!
-Neal
I came across this question after searching for a ODBC or JDBC. To my surprise, since I am new to db4o I found there are tools to browse db4o, including a Netbeans and Eclipse plug in. However, when it comes to the question at hand, I only found one company, and the product is not being sold nor demoed (makes me think is not ready yet).
So, how do you transfer data? Is there a tool or script I have not found yet?
I have custom Makefile and External build target in Xcode.
When I click "Build" it runs "make"
When I click "Clear" it runs "make clean"
How to run "make install" (or any other target) from Xcode?
(btw, this is AVR project and xcode project file was created using avr-project tool shipped with Crosspack-AVR)
I am looking for tips for someone who has done a migration before.
Also, any kind of benchmark about the migration will be very appreciated! (ex. how much time takes the migration tool to migrate a 1 gb data?)
Thanks in advance!
I know there are ways to remove duplicates in Makefile. Can you tell me how to make the Makefile below more concise? Thanks!
And is there any tool to automate it?
CC=gcc
CFLAGS=-pthread -g -o
all: dotprod_mutex dotprod_serial
dotprod_mutex: dotprod_mutex.c
$(CC) $(CFLAGS) dotprod_mutex dotprod_mutex.c
dotprod_serial: dotprod_serial.c
$(CC) $(CFLAGS) dotprod_serial dotprod_serial.c
Hi,
I'm working on an old site that needs to be optimised, I've installed Refactor! and its coming up with lots of recommendations, including lots of instances where objects aren't disposed off. Is there a way to create a report of these recommendations or another tool that I could use?
Thanks,
Chris.
I need to retire 15 years old system and preserve all data. It can only print documents into specific printer HP LaserJet 5. I can print documents into PCL files and looking for ways to convert all this files into PDFs programmatically. Preferably in C#. Can anybody recommend good library or command line tool? Preferably free ;-)
Hi everyone,
I use MonoDevelop 2.2.2 with Mono 2.6.3 on OpenSuse so the linq to sql feature is implemented. But I have the problem I can create a new connexion to a postgresql database it's ok but when I click in Tool - Generate Data classes and select the connexion I've created before I obtain nothing, no tables appear.
What's the problem ?
I'm looking for something similar to facebook suggestion list with
cities and countries.
You can see what I'm exactly talking about when you try to create new
event in facebook, click to add address, and then start typing in the
City field.
I prefer finding working suggestion tool in jQuery(with the date),
but database with city/country will do the trick too.
Thanks in advance,
Ilian Iliew