[Qt-interest] Usage of QT Jambi in a web service
Sunil Gupta
sunil_k_gupta at yahoo.com
Tue Sep 6 20:24:38 CEST 2011
Hi All,
I am trying to create proto type and using qtjambi-base-win32 v4.5.2_0 libraries.It works fine for a single request or when there's delay of couple of minutes. But when request are immediately or concurrent requests from other users, it crashes and throw core dump.
I am planning to move QApplication initialization up front, and only once during server/service startup.
QApplication.initialize(new String[0]);
And create Prodcuer/Consumer queue to handle the service requests.
Has some one face similar issue or have any better approaches to handle this gracefully?
Thanks,
Sunil Gupta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110906/d3ac6ff8/attachment.html
More information about the Qt-interest-old
mailing list