|
Re: Performance issues using DWR: msg#00187java.dwr.user
Hi,
just to be sure that DWR is at stake, can you mesure the execution time of your business code ?
For exemple, at the beginning of the called dwr function :
long currentTime = (new Date()).getTime();
//business code
System.out.println("BusinessExecutionTime="+((new Date()).getTime()-currentTime)));
So you'll know what time is spent in youre code and by difference you'll know the dwr time. Regards,
Manson Thomas.
On 2/20/07, Rahav Shalom-Revivo <rrevivo-x6Fv9fcoW1ZBDgjK7y7TUQ@xxxxxxxxxxxxxxxx> wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | DWR references, Thomas Manson |
|---|---|
| Next by Date: | Re: bug report: incorrect content type in DwrServlet, Thomas Manson |
| Previous by Thread: | Performance issues using DWR, Rahav Shalom-Revivo |
| Next by Thread: | Error: DWREngine is not defined, dr_pompeii |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |