Khader’s Blog | Practical topics for IT Architects and Developers of Capital Markets

HttpException (0×80004005): Maximum request length exceeded.

Posted on 01. May, 2009 by khader.

0

These days I have been developing couple of prototypes using ASP.Net. I love to use ASP.Net for quick prototypes. I am throwing some of the key issues I am facing. We connected our app to real database that has millions of rows. First thing we came across was request length exception.
HttpException (0×80004005): Maximum request length [...]

Share:
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks
  • MySpace
  • Technorati
  • RSS
  • email

Continue Reading

Bytecode Instrumentation

Posted on 27. Apr, 2009 by khader.

0

It sounds pretty technical word. How can you observe the perforamnce or the behavior of your class files (byte code)? Are there any hooks that JVM gives us to do this? The answer is ‘Bytecode instrmentation’ (BCI). Using BCI you can examine and modify the bytecode objects before they are executed. This is a very [...]

Share:
  • Facebook
  • Twitter
  • LinkedIn
  • Digg
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks
  • MySpace
  • Technorati
  • RSS
  • email

Continue Reading