Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This time I have a problem. specifically with ICEFACES.

I have a Java APP that manages (EJB, Hibernate) for logic business and model, and ICEFACES for view. Yesterday I was doing some concurrency tests, and Bum! the App couldn't handle that; yep, It did not pass any of those tests (simple test with 5 PCs, a simple search). So, I tried the same by designing a simple Servlet and doing again the same test; the result was that It passed all those tests. So, Is there any problem with ICEFACES concurrency? Do I need to set-up a magic configuration file for handling many connections?

share|improve this question
Why someone put a bad reputation to this question. this is a really pain in da neck question I already had, So I don't know why someone, just came here and put a bad valoration to my question. How bad. – ingcarlos Dec 11 '10 at 1:24
The down votes are probably due to the vague manner of your question. You don't give details on the testing that you are executing (on the comments below it seems manual so not reliable) or the error you are seeing (not responding when running from your IDE doesn't really help). Please read the FAQ on asking questions. stackoverflow.com/faq – Lazarus Feb 4 '11 at 13:10

closed as not a real question by Bill the Lizard Feb 4 '11 at 13:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I have never seen an issue with concurrency and IceFaces. How are you testing? How are your tests failing?

So, Is there any problem with ICEFACES concurrency? Do I need to set-up a magic configuration file for handling many connections?

My answer is No and No unless you are doing something "odd".

share|improve this answer
Well, I'm doing simple many computer executing at the same time the same ICEFACES page. I thought I was doing something weird, but I quickly checked that It was icefaces because I did the same test with a simple Servlet. (Imagine a simple search "from SomeTable"). – ingcarlos Dec 10 '10 at 14:33
But how is it failing exactly? Do you have a stack trace of an exception? – Andrew White Dec 10 '10 at 14:34
Well, I'm working with MyEclipse IDE, and in Debug mode there are not exceptions shown. – ingcarlos Dec 10 '10 at 14:41
I am about to give up here. how is it failing? Simply saying "It did not pass any of those tests" tells us nothing. – Andrew White Dec 10 '10 at 14:43
Imagine you are in a computer with some fellows(6) in other computers next to u (let say that you and your partners are in a LAN) and you did a simple ICEFACES page that shows a result given a -code- (assume the output is in a simple output text). Now you and your teammates do click in search at the same time, many times, and After some time your app doesn't respond. Now imagine the same above but with a simple Servlet, ur app works and works great in this case. What could it be happening? – ingcarlos Dec 10 '10 at 14:52
show 2 more comments

Not the answer you're looking for? Browse other questions tagged or ask your own question.