Please ask a smart question (google how).
And then with your new detailed 'smart' question, perhaps share...
- what your system is doing/receiving/sending in those 'couple of minutes'
There are ways to get detail to be output to diagnose the condition leading up to your processing being unresponsive, but for now any detail at all would be good to share in your followup question.
--
Mark
Disclaimer: This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended addressee, or the person responsible for delivering it to them, you may not copy, forward disclose or otherwise use it or any part of it in any way. To do so may be unlawful. If you receive this e-mail by mistake, please advise the sender immediately.
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/48e97414-7d2e-4f1d-a5ad-44d7ac5613f4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/lIcLaB-zUlhRVRE9gKexEdvhf7T73kKOwpMGNrDcJVRsEHsWSE0XeVy1L1wSf-XUzZvfKEnDNPsH7AKreoKge0Av8ckY9jcOA1brMGKc1AQ%3D%40pm.me.
Read this...
http://www.catb.org/~esr/faqs/smart-questions.html
--
Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAMwQWhT-SkpWuXpjEA3MD9BtduyW56c9P-42W_F-0k1Qb1Wqiw%40mail.gmail.com.
Hi Susanta,
Without the code of your request listener, I cannot tell more than this, but probably, the request listener is not returning in some cases exhausting the server’s thread pool.
Hope this point you in the right direction. If you need or want more help, please share more info, like relevant parts of the log, how many transactions it processes before hanging, are those transactions responded?
Ideally, you would
move the request listener’s logic to a transaction manager, and
use an IncomingParticipant
Andrés Alcarraz
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAMwQWhT-SkpWuXpjEA3MD9BtduyW56c9P-42W_F-0k1Qb1Wqiw%40mail.gmail.com.