On Wed, Sep 5, 2012 at 3:28 AM, crazy <crazysan...@gmail.com> wrote: > My main question is using webservices between Presentation and DAL cause > reason for decreasing the performnace of the system or delay in response to > the Presentation layer? > > What tactise I have to adopt in search functionalities in order to avoid > Time out error ? > please advise. > -------------------------
Sorry to rewrite the same answer but you need to REWRITE the existing process. That is where the problem lies, not in transportation between the GUI and the back end process. It is your back end process that is killing you. You probably need some new index tweaks to stop table scans. Or you are summing data that should already be in that state of summarized as of last nights data? Once again transportation is probably not your problem. Unless yo are moving 100,000 + rows back to the GUI and trying to load that into a set of controls. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net