Is synchronisation required here ?
- From: vanisathish@xxxxxxxxx
- Date: 17 Jul 2006 09:04:16 -0700
Hi All,
Does the m_glblstatic required to be synchronised in this servlet.
Appreciate your inputs
public class xyz_servlet extends HttpServlet {
/* create fc_asm4800_bean class */
private xyz_static m_glblstatic = null;
/** Create bean objects
*/
public void init() throws ServletException {
m_glblstatic = new xyz_static();
}
processGetReq()
{
m_glblstatic.get_xyz_unit_bean(equipID).get_param(a,b,c);
}
}
.
- Follow-Ups:
- Re: Is synchronisation required here ?
- From: Chris Smith
- Re: Is synchronisation required here ?
- Prev by Date: Re: Thread.sleep takes lot of CPU time!
- Next by Date: Re: Is synchronisation required here ?
- Previous by thread: importing package in eclipse plug in
- Next by thread: Re: Is synchronisation required here ?
- Index(es):
Relevant Pages
|