This is a migrated thread and some comments may be shown as answers.

serious problem by RadScriptManager

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
reza
Top achievements
Rank 1
reza asked on 22 Jun 2011, 05:27 PM
Hi
I've tried to make ajax pages by RadAjaxManager , every thing works fine.
But I have a very very bad problem.
If I use RadScriptManager (I've read it cause better performance and better script managing in your documents) instead if MS ScriptManager , the MEMORY usage of asp.net worker process reaches hundred of MB in a few postbacks (the memory usage goes up in each postback and does not stop)

I've test this problem again in this simple page :

        <telerik:RadScriptManager ID="ScriptManager1" runat="server">
        </telerik:RadScriptManager>

        <telerik:RadAjaxManager ID="RadAjaxManagerProxy1" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="Button1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="Button1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
        <asp:Button ID="Button1" runat="server" Text="Button" />


By each click on Button1 the memory usage goes up and up.
Have I done anything wrong?

Thanks for your feedbacks.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 30 Jun 2011, 10:40 AM
Hi Reza,

Indeed the memory consumption grows quickly on each postback when RadScriptManager is deployed on the page. We will need more time to debug this and confirm whether this is a problem in our code. Eventually we will fix whatever we find.

Since we are at the gates of the Q2 2011 release, we will be able to address the problem after the release, hopefully for some of the service packs.

If you have additional questions, please let me know.

Regards,
Simon
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
reza
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or