those timings i gave were for a single user hitting the system. i need to install a load tester and try concurrent users.
Type: Posts; User: billharris; Keyword(s):
those timings i gave were for a single user hitting the system. i need to install a load tester and try concurrent users.
the mysql database and jboss server are on my laptop. I am using the example queue that came with the default server 'queue/A'. using jbossmq and spring's JmsTemplate, i am seeing ~30ms to send a...
i want to gather usage stats in my web application. a database hit for gathering stats on each request does not sound like a good idea. i am thinking of instead placing a message on a queue and...
In my web application, I want to collect some usage statistics. I think the best way to do this is to fire off a JMS message in my controllers before the actual ‘meat’ of my onsubmit method and have...
i'm stumbling over how to write the config file for a service object that uses a mix of jdbc implemented dao methods and hibernate3 implemented dao methods. i'd like the service methods to be...
on my registration form, i have a droplist for the state (displaying the full name, using the 2 letter abrv. for the value). I'd like to externalize the name, value pair in a property/config file...
I'm using hibernate 3.0.4 and spring 1.2.1. I'm doing a very simple proof of concept to learn hibernate. I have a table consisting of 3 columns: id, city and zipcode. the query is given the city,...