Moving to the dll will cut out the potential of a webservice time-out but won't improve your overall performance. - The webservice timeout I set to 3 minutes by default and if you're doing something that takes longer then you probably don't want to be doing it in the first place!
Download the latest version of the library and you will see the code in session.cs that defaults to connecting via the dll for Release builds. N.B. this will only work when run locally on the RedDot machine. On 17 Aug, 14:26, reddotrich <[email protected]> wrote: > Hi John (RustyLogic), > > (From our Senior)Firstly thanks for your RQL library, I've found this > very useful and have actually made it thread safe... although this > appears to be causing internal queueing as creating parallel > workloads doesnt appear to improve performance despite using Red Dot > v9 SP1 hotfix. > > (From me)Again, thanks for the library. In your second point 2, are > you refereing to a Red Dot dll? If so what is it and where is it? We > are currently using the web services and have been disapointed by the > performance. > > Cheers > > Rich > > On Aug 17, 1:34 pm, RustyLogic <[email protected]> wrote: > > > Hi, > > > If you are getting 101 then make sure: > > 1) You are closing sessions when you are finished. > > 2) You have enough concurrent logins available for that user. > > > If it's a timeout: > > 1) Alter the timeout value of the libary (not recommended) > > 2) Switch to using the dll (if you are using the webservices). > > > I would guess that the most likely cause of your problem is that you > > are doing too many time consuming actions within one session. Make > > sure you login / out of a session for each 'batch' of RedDot work. > > > Ta, > > John > > > On 17 Aug, 13:06, reddotrich <[email protected]> wrote: > > > > Hi Both, > > > > I think it is the 101, we get "Server was unable to process request. > > > ---> > > > Please login" from the Rusty Logic framework on a couple of calls > > > (create page, pageSearch.Execute), I think it is timing out, but just > > > wanted to check for any other possible causes, as the session is fine > > > for other calls and has worked fine for these in the past. > > > > Cheers > > > > Rich > > > > On Aug 16, 4:12 pm, Andreas Thumfart <[email protected]> wrote: > > > > > I'm not sure what you mean, can you please describe what you are doing > > > > and when the error occurs? > > > > Maybe a session timeout?- Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
